mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Force combined keytab ownership
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -60,6 +60,14 @@
|
||||
tags:
|
||||
- krb5
|
||||
- ipa/server
|
||||
- name: Set owner and permissions on combined keytab
|
||||
file: path="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab.combined"
|
||||
owner=apache
|
||||
group=apache
|
||||
mode=0600
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user