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:
|
tasks:
|
||||||
- name: Combine IPA keytabs
|
- 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
|
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:
|
tags:
|
||||||
- krb5
|
- krb5
|
||||||
- ipa/server
|
- ipa/server
|
||||||
|
# original: /etc/httpd/conf/ipa.keytab
|
||||||
- name: Make IPA HTTP use the combined keytab
|
- name: Make IPA HTTP use the combined keytab
|
||||||
lineinfile: dest=/etc/httpd/conf.d/ipa.conf
|
lineinfile: dest=/etc/httpd/conf.d/ipa.conf
|
||||||
regexp='GssapiCredStore keytab:'
|
regexp='GssapiCredStore keytab:'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue