sync the kojira user to all koji hubs

There is not a different kojira user per hub, they all share the same cert.
So sync it to everhwere.

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2015-09-21 19:06:23 +00:00
parent b1d1bec70a
commit 77e58e67e6

View file

@ -173,14 +173,7 @@
tags:
- config
- koji_hub
when: ansible_hostname.startswith('koji')
- name: install s390 kojira_cert_key
copy: src={{ private }}/files/koji/s390_kojira_cert_key.pem dest=/etc/kojira/kojira_cert_key.pem owner=apache mode=600
tags:
- config
- koji_hub
when: ansible_hostname.startswith('s390')
when: ansible_hostname.startswith('koji') or ansible_hostname.startswith('s390')
- name: updatecrl script
copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755