Enable fedmsg on the elections boxes
This commit is contained in:
parent
8b7e8f1d12
commit
5090896d2a
1 changed files with 17 additions and 0 deletions
|
@ -48,6 +48,23 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
|
- name: set up fedmsg on elections
|
||||||
|
hosts: elections;elections-stg
|
||||||
|
user: root
|
||||||
|
gather_facts: True
|
||||||
|
accelerate: "{{ accelerated }}"
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "{{ private }}/vars.yml"
|
||||||
|
- "{{ vars_path }}/{{ ansible_distribution }}.yml"
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- fedmsg/base
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: deploy elections itself
|
- name: deploy elections itself
|
||||||
hosts: elections;elections-stg
|
hosts: elections;elections-stg
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue