Var files are also useful
This commit is contained in:
parent
1b6ec56055
commit
6d8f8f3641
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
hosts: proxies:proxies-stg
|
hosts: proxies:proxies-stg
|
||||||
user: root
|
user: root
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "/srv/private/ansible/vars.yml"
|
||||||
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue