Install m_a_gssapi on proxies
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5482145b93
commit
79f24fa20e
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue