summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <patrick@puiterwijk.org>2017-08-10 17:43:51 +0200
committerPatrick Uiterwijk <patrick@puiterwijk.org>2017-08-10 17:43:55 +0200
commitafd0a590f9e393c3065722b93f622da0f2939e2f (patch)
tree37e9c17ea8eeefcf1d8116bd0e75ab2911a21964
parent1f1f175c9a3d7554690c36412fef5859f032c3e2 (diff)
downloadansible-afd0a590f9e393c3065722b93f622da0f2939e2f.tar.gz
ansible-afd0a590f9e393c3065722b93f622da0f2939e2f.tar.xz
ansible-afd0a590f9e393c3065722b93f622da0f2939e2f.zip
Using API at id.fp.o broke
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
-rw-r--r--playbooks/groups/ipa.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/playbooks/groups/ipa.yml b/playbooks/groups/ipa.yml
index 6783fcf3b..05a5c5db7 100644
--- a/playbooks/groups/ipa.yml
+++ b/playbooks/groups/ipa.yml
@@ -69,22 +69,22 @@
- 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
- regexp='GssapiCredStore keytab:'
- line=' GssapiCredStore keytab:/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab.combined'
- tags:
- - krb5
- - ipa/server
- - config
- - name: Make IPA HTTP use the id.fp.o client keytab
- lineinfile: dest=/etc/httpd/conf.d/ipa.conf
- regexp='GssapiCredStore client_keytab:'
- line=' GssapiCredStore client_keytab:/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab'
- tags:
- - krb5
- - ipa/server
- - config
+ #- name: Make IPA HTTP use the combined keytab
+ # lineinfile: dest=/etc/httpd/conf.d/ipa.conf
+ # regexp='GssapiCredStore keytab:'
+ # line=' GssapiCredStore keytab:/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab.combined'
+ # tags:
+ # - krb5
+ # - ipa/server
+ # - config
+ #- name: Make IPA HTTP use the id.fp.o client keytab
+ # lineinfile: dest=/etc/httpd/conf.d/ipa.conf
+ # regexp='GssapiCredStore client_keytab:'
+ # line=' GssapiCredStore client_keytab:/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab'
+ # tags:
+ # - krb5
+ # - ipa/server
+ # - config
- name: do base role once more to revert any resolvconf changes
hosts: ipa:ipa-stg