Move fedmsg to its own play here.
This commit is contained in:
parent
d903e76839
commit
03394a1591
1 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue