Add vars_files and handlers to last set of plays

This commit is contained in:
Kevin Fenzi 2016-01-29 21:25:05 +00:00
parent 43ac10c8cd
commit ed63b498de

View file

@ -59,9 +59,16 @@
user: root
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:
- fedmsg/hub
- darkserver/backend
- role: collectd/fedmsg-service
process: fedmsg-hub
handlers:
- include: "{{ handlers }}/restart_services.yml"