koji_hub: setup keytabs for secondary risv-koji
We need some service keytabs here in order to allow people to auth against the secondary riscv-koji hub. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d224bd0926
commit
a976c847aa
1 changed files with 3 additions and 3 deletions
|
@ -232,17 +232,17 @@
|
|||
owner=apache group=apache mode=0600
|
||||
notify:
|
||||
- reload httpd
|
||||
when: env != 'staging' and ansible_hostname.startswith('koji')
|
||||
when: env != 'staging'
|
||||
tags:
|
||||
- config
|
||||
- koji_hub
|
||||
|
||||
- name: Install GSSAPI keytab
|
||||
ansible.builtin.copy: src={{ private }}/files/keytabs/{{ env }}/koji-gssapi dest=/etc/koji-hub/gssapi.keytab
|
||||
ansible.builtin.copy: src={{ private }}/files/keytabs/{{ env }}/koji-gssapi-{{ koji_instance }} dest=/etc/koji-hub/gssapi.keytab
|
||||
owner=apache group=apache mode=0600
|
||||
notify:
|
||||
- reload httpd
|
||||
when: env != 'staging' and ansible_hostname.startswith('koji')
|
||||
when: env != 'staging'
|
||||
tags:
|
||||
- config
|
||||
- koji_hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue