mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:01:44 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user