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"
|
||||
|
||||
tasks:
|
||||
- name: Make symlink for keytab
|
||||
file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
|
||||
src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
- ipa/server
|
||||
- krb5
|
||||
when: env == "staging"
|
||||
#- name: Make symlink for keytab
|
||||
# file: state=link path=/etc/httpd/conf/ipa.keytab force=yes
|
||||
# src="/etc/krb5.HTTP_id{{env_suffix}}.fedoraproject.org.keytab"
|
||||
# notify:
|
||||
# - reload httpd
|
||||
# tags:
|
||||
# - ipa/server
|
||||
# - krb5
|
||||
# when: env == "staging"
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue