Use id.fp.o keytab

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-04 03:02:21 +00:00
parent dc64c85788
commit 78c5d59d74

View file

@ -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"