Give ipa keytab for id.fp.o

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-04 02:54:13 +00:00
parent 9b53f51f0e
commit dc64c85788

View file

@ -42,6 +42,18 @@
roles:
- ipa/server
- role: keytab/service
owner_user: apache
owner_group: apache
service: HTTP
host: "id.stg.fedoraproject.org"
when: env == "staging"
- role: keytab/service
owner_user: apache
owner_group: apache
service: HTTP
host: "id.fedoraproject.org"
when: env == "production"
handlers:
- include: "{{ handlers }}/restart_services.yml"