Deploy ticketkey as part of proxy role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1225d45cfe
commit
ac055b3927
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
- name: Make sure the ticketkey is deployed
|
||||
copy: src=/root/ticketkey_{{env}}.tkey dest=/etc/httpd/ticketkey_{{env}}.tkey
|
||||
owner=root group=root mode=0600
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
|
||||
- name: Copy in the main httpd.conf file for proxy nodes
|
||||
template: >
|
||||
src=httpd.conf.j2 dest=/etc/httpd/conf/httpd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue