diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index 8bfd706d77..971b65c3fb 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -1,19 +1,19 @@ -- name: Download servers - hosts: download - user: root - gather_facts: False - accelerate: False +# - name: Download servers +# hosts: download +# user: root +# gather_facts: False +# accelerate: False - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "{{ private }}/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml +# vars_files: +# - /srv/web/infra/ansible/vars/global.yml +# - "{{ private }}/vars.yml" +# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - tasks: - - include: "{{ tasks }}/accelerate_prep.yml" +# tasks: +# - include: "{{ tasks }}/accelerate_prep.yml" - handlers: - - include: "{{ handlers }}/restart_services.yml" +# handlers: +# - include: "{{ handlers }}/restart_services.yml" - name: make the box be real hosts: download @@ -24,7 +24,7 @@ vars_files: - /srv/web/infra/ansible/vars/global.yml - "{{ private }}/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + - "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml" roles: - base