Add the fedmsg/base role to the mm2 nodes.
This commit is contained in:
parent
0174da6a56
commit
3c1df2b542
1 changed files with 18 additions and 0 deletions
|
@ -90,3 +90,21 @@
|
|||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
# Do this one last, since the mirrormanager user needs to exist so that it can
|
||||
# own the fedmsg certs we put in place here.
|
||||
- name: Put fedmsg stuff in place
|
||||
hosts: mm;mm-stg
|
||||
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/base
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue