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:
parent
b1d1bec70a
commit
77e58e67e6
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue