Move fedmsg to its own play here.

This commit is contained in:
Ralph Bean 2014-02-19 17:46:10 +00:00
parent d903e76839
commit 03394a1591

View file

@ -37,7 +37,6 @@
- denyhosts
- nagios_client
- fas_client
- fedmsg_base
tasks:
- include: "{{ tasks }}/hosts.yml"
@ -53,6 +52,23 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: set up fedmsg basics
hosts: summershum;summershum-stg
user: root
gather_facts: True
accelerate: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "{{ private }}/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- fedmsg_base
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: dole out the service-specific config
hosts: summershum;summershum-stg
user: root