add hooks to reload httpd when allows changes
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
5c2e4725e7
commit
d777b77b58
1 changed files with 6 additions and 0 deletions
|
@ -281,6 +281,8 @@
|
|||
#
|
||||
- name: install web server config for batcave (mimetypes)
|
||||
copy: src=mime-types.conf dest=/etc/httpd/conf.d/mime-types.conf mode=0644
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
@ -288,6 +290,8 @@
|
|||
|
||||
- name: install web server config for batcave (access rules)
|
||||
copy: src=allows dest=/etc/httpd/conf.d/allows mode=0644
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
@ -295,6 +299,8 @@
|
|||
|
||||
- name: install web server config for batcave (main config)
|
||||
template: src=infrastructure.fedoraproject.org.conf.j2 dest=/etc/httpd/conf.d/infrastructure.fedoraproject.org.conf mode=0644
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue