koschei-backend: Don't install Koji SSL key and certs

This commit is contained in:
Mikolaj Izdebski 2016-12-02 13:26:13 +00:00
parent 4f6005ad18
commit 5ea29955e5

View file

@ -68,36 +68,6 @@
- config
- 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
template: >
src="koji.conf.j2"