Record original
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
78261c632c
commit
a3203b9950
1 changed files with 2 additions and 0 deletions
|
@ -56,9 +56,11 @@
|
|||
tasks:
|
||||
- name: Combine IPA keytabs
|
||||
shell: printf "%b" "read_kt /etc/httpd/conf/ipa.keytab\nread_kt /etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab\nwrite_kt /etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab.combined" | ktutil
|
||||
changed_when: false
|
||||
tags:
|
||||
- krb5
|
||||
- ipa/server
|
||||
# original: /etc/httpd/conf/ipa.keytab
|
||||
- name: Make IPA HTTP use the combined keytab
|
||||
lineinfile: dest=/etc/httpd/conf.d/ipa.conf
|
||||
regexp='GssapiCredStore keytab:'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue