flailing
This commit is contained in:
parent
f4fc902768
commit
d52f39215a
1 changed files with 14 additions and 14 deletions
|
@ -1,19 +1,19 @@
|
||||||
- name: Download servers
|
# - name: Download servers
|
||||||
hosts: download
|
# hosts: download
|
||||||
user: root
|
# user: root
|
||||||
gather_facts: False
|
# gather_facts: False
|
||||||
accelerate: False
|
# accelerate: False
|
||||||
|
|
||||||
vars_files:
|
# vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
# - /srv/web/infra/ansible/vars/global.yml
|
||||||
- "{{ private }}/vars.yml"
|
# - "{{ private }}/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
tasks:
|
# tasks:
|
||||||
- include: "{{ tasks }}/accelerate_prep.yml"
|
# - include: "{{ tasks }}/accelerate_prep.yml"
|
||||||
|
|
||||||
handlers:
|
# handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
# - include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: download
|
hosts: download
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "{{ private }}/vars.yml"
|
- "{{ private }}/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- base
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue