Add vars_files and handlers to last set of plays
This commit is contained in:
parent
43ac10c8cd
commit
ed63b498de
1 changed files with 7 additions and 0 deletions
|
@ -59,9 +59,16 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "/srv/private/ansible/vars.yml"
|
||||||
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- fedmsg/hub
|
- fedmsg/hub
|
||||||
- darkserver/backend
|
- darkserver/backend
|
||||||
- role: collectd/fedmsg-service
|
- role: collectd/fedmsg-service
|
||||||
process: fedmsg-hub
|
process: fedmsg-hub
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue