The humble quote
This commit is contained in:
parent
769efe6ab8
commit
b5695062c3
1 changed files with 8 additions and 8 deletions
|
@ -4,9 +4,9 @@
|
||||||
gather_facts: False
|
gather_facts: 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 }}/virt_instance_create.yml"
|
- include: "{{ tasks }}/virt_instance_create.yml"
|
||||||
|
@ -20,9 +20,9 @@
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
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
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
- include: "{{ tasks }}/openvpn_client.yml"
|
- include: "{{ tasks }}/openvpn_client.yml"
|
||||||
when: env != "staging"
|
when: env != "staging"
|
||||||
- include: "{{ tasks }}/iptables.yml"
|
- include: "{{ tasks }}/iptables.yml"
|
||||||
- include: "{{ tasks }}/mod_wsgi.yml
|
- include: "{{ tasks }}/mod_wsgi.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue