fedmsg config for mbs.
This commit is contained in:
parent
81961f7ccd
commit
5e452622a2
2 changed files with 15 additions and 0 deletions
|
@ -26,6 +26,17 @@
|
||||||
- mbs
|
- mbs
|
||||||
- mbs/common
|
- mbs/common
|
||||||
|
|
||||||
|
- name: copy fedmsg configuration
|
||||||
|
template: >
|
||||||
|
src=mbs-fedmsg.py dest=/etc/fedmsg.d/mbs-fedmsg.py
|
||||||
|
owner=root group=fedmsg mode=0644
|
||||||
|
notify:
|
||||||
|
- restart apache
|
||||||
|
- restart fedmsg-hub
|
||||||
|
tags:
|
||||||
|
- mbs
|
||||||
|
- mbs/common
|
||||||
|
|
||||||
- name: copy client secrets
|
- name: copy client secrets
|
||||||
template: >
|
template: >
|
||||||
src=client_secrets.json.{{env}} dest=/etc/module-build-service/client_secrets.json
|
src=client_secrets.json.{{env}} dest=/etc/module-build-service/client_secrets.json
|
||||||
|
|
4
roles/mbs/common/templates/mbs-fedmsg.py
Normal file
4
roles/mbs/common/templates/mbs-fedmsg.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
config = {
|
||||||
|
# So that the MBS can find it's cert in /etc/fedmsg.d/ssl.py
|
||||||
|
'name': 'mbs',
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue