Disable link for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
69513e4b0b
commit
58546b9d3d
1 changed files with 9 additions and 9 deletions
|
@ -56,15 +56,15 @@
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Make symlink for keytab
|
#- name: Make symlink for keytab
|
||||||
file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
|
# file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
|
||||||
src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
|
# src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
|
||||||
notify:
|
# notify:
|
||||||
- reload httpd
|
# - reload httpd
|
||||||
tags:
|
# tags:
|
||||||
- ipa/server
|
# - ipa/server
|
||||||
- krb5
|
# - krb5
|
||||||
when: env == "staging"
|
# when: env == "staging"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue