1
0
Fork 0
forked from infra/ansible

elnbuildsync: Retrieve keytab from IPA

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

rh-pre-commit.version: 2.4.0
rh-pre-commit.check-secrets: ENABLED
This commit is contained in:
Stephen Gallagher 2026-06-15 10:49:42 -04:00
commit f5a5681182
Signed by untrusted user: sgallagh
GPG key ID: 45DB85A568286D11
3 changed files with 11 additions and 12 deletions

View file

@ -76,10 +76,11 @@
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/object
object_app: elnbuildsync
object_template: keytab.yml.j2
object_objectname: keytab.yml
- role: openshift/keytab
keytab_app: "{{ ebs_keytab_app }}"
keytab_key: "{{ ebs_keytab_key }}"
keytab_secret_name: "{{ ebs_keytab_secret_name }}"
keytab_username: "{{ ebs_keytab_username }}"
- role: openshift/object
object_app: elnbuildsync