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:
Kevin Fenzi 2025-02-03 14:20:15 -08:00
parent d224bd0926
commit a976c847aa

View file

@ -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