ansible/handlers/ipa.yml
Patrick Uiterwijk a16153d7ad Combine keytabs together
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-20 05:13:49 +00:00

7 lines
364 B
YAML

########################
# Handlers for IPA stuff
#
# This is used to combine the IPA keytabs for local host and id.fp.o
- name: combine IPA http 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