Use id.fp.o keytab
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
dc64c85788
commit
78c5d59d74
1 changed files with 10 additions and 0 deletions
|
@ -55,6 +55,16 @@
|
|||
host: "id.fedoraproject.org"
|
||||
when: env == "production"
|
||||
|
||||
tasks:
|
||||
- name: Make symlink for keytab
|
||||
file: state=link path=/etc/httpd/conf/ipa.keytab
|
||||
src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
- ipa/server
|
||||
- krb5
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue