Install m_a_gssapi on proxies

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-07-22 11:58:48 +00:00
parent 5482145b93
commit 79f24fa20e

View file

@ -1,4 +1,13 @@
# For info, check roles/httpd/reverseproxy/templates/reversepassproxy.src.conf
- name: Install mod_auth_gssapi
package: name=mod_auth_gssapi
state=present
notify:
- reload proxyhttpd
tags:
- fedora-web
- fedora-web/src
- name: Install the pkgs keytab
copy: src="{{ private }}/files/keytabs/{{env}}/pkgs"
dest=/etc/pkgs.keytab