koschei-backend: Don't install Koji SSL key and certs
This commit is contained in:
parent
4f6005ad18
commit
5ea29955e5
1 changed files with 0 additions and 30 deletions
|
@ -68,36 +68,6 @@
|
||||||
- config
|
- config
|
||||||
- fedmsgdconfig
|
- fedmsgdconfig
|
||||||
|
|
||||||
- name: install koji key and cert
|
|
||||||
copy: >
|
|
||||||
src="{{ private }}/files/koschei/koschei.pem"
|
|
||||||
dest="/etc/koschei/koschei.pem"
|
|
||||||
owner=koschei
|
|
||||||
group=koschei
|
|
||||||
mode=0400
|
|
||||||
notify:
|
|
||||||
- restart koschei-polling
|
|
||||||
- restart koschei-scheduler
|
|
||||||
tags:
|
|
||||||
- koschei
|
|
||||||
- config
|
|
||||||
|
|
||||||
- name: install koji ca cert
|
|
||||||
copy: >
|
|
||||||
src="{{ private }}/files/fedora-ca.cert"
|
|
||||||
dest="/etc/koschei/fedora-ca.cert"
|
|
||||||
owner=root
|
|
||||||
group=root
|
|
||||||
mode=0644
|
|
||||||
notify:
|
|
||||||
- restart koschei-polling
|
|
||||||
- restart koschei-resolver
|
|
||||||
- restart koschei-scheduler
|
|
||||||
- restart koschei-watcher
|
|
||||||
tags:
|
|
||||||
- koschei
|
|
||||||
- config
|
|
||||||
|
|
||||||
- name: install koji client config file
|
- name: install koji client config file
|
||||||
template: >
|
template: >
|
||||||
src="koji.conf.j2"
|
src="koji.conf.j2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue