Add an extra koschei config file for fedmsg.
This commit is contained in:
parent
ba4ea66ff3
commit
8d9e89356c
2 changed files with 15 additions and 0 deletions
3
roles/koschei/files/koschei.py
Normal file
3
roles/koschei/files/koschei.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
config = {
|
||||
"name": "koschei",
|
||||
}
|
|
@ -26,6 +26,18 @@
|
|||
- koschei
|
||||
- config
|
||||
|
||||
- name: install koschei fedmsg config
|
||||
copy: src=koschei.py dest=/etc/fedmsg.d/koschei.py
|
||||
notify:
|
||||
- restart koschei-polling
|
||||
- restart koschei-resolver
|
||||
- restart koschei-scheduler
|
||||
- restart koschei-watcher
|
||||
tags:
|
||||
- koschei
|
||||
- config
|
||||
- fedmsgdconfig
|
||||
|
||||
- name: install koji key and cert
|
||||
copy: >
|
||||
src="{{ private }}/files/koschei/koschei.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue