mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Add an extra koschei config file for fedmsg.
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user