Replace all restart httpd with reload httpd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
826315206d
commit
08568865fe
82 changed files with 178 additions and 181 deletions
|
@ -13,7 +13,7 @@
|
|||
mode=0644
|
||||
when: SSLCertificateChainFile is defined
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/certificate
|
||||
|
@ -29,7 +29,7 @@
|
|||
- "{{private}}/files/httpd/{{cert}}.cert"
|
||||
- "{{private}}/files/httpd/{{name}}.cert"
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/certificate
|
||||
|
@ -45,7 +45,7 @@
|
|||
- "{{private}}/files/httpd/{{key}}.key"
|
||||
- "{{private}}/files/httpd/{{name}}.key"
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/certificate
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
- "{{roles}}/httpd/domainrewrite/templates/domainrewrite.{{destname}}.conf"
|
||||
- "{{roles}}/httpd/domainrewrite/templates/domainrewrite.conf"
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/domainrewrite
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- copy: src=fingerprints.html dest=/srv/web/fingerprints.html
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- fingerprints
|
||||
- httpd
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
- copy: src=fingerprints.conf dest=/etc/httpd/conf.d/{{website}}/fingerprints.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- fingerprints
|
||||
- httpd
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
src=mime-types.conf dest=/etc/httpd/conf.d/{{website}}/mime-types.conf
|
||||
owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/mime-type
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
- name: Install mod_ssl
|
||||
yum: name=mod_ssl state=installed
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/mod_ssl
|
||||
|
@ -14,7 +14,7 @@
|
|||
group=root
|
||||
mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/certificate
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
src=httpd.conf.j2 dest=/etc/httpd/conf/httpd.conf
|
||||
owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
|
@ -27,7 +27,7 @@
|
|||
- 02-ticketkey.conf
|
||||
- 03-reqtimeout.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
|
@ -35,7 +35,7 @@
|
|||
- name: set the apache mpm to use event MPM
|
||||
copy: src=00-mpm.conf dest=/etc/httpd/conf.modules.d/00-mpm.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
owner=root
|
||||
group=root
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/redirect
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
owner=root
|
||||
group=root
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/redirect
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
group=root
|
||||
mode=0755
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
@ -31,7 +31,7 @@
|
|||
group=root
|
||||
mode=0644
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
@ -47,7 +47,7 @@
|
|||
- logs
|
||||
- robots
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
@ -64,7 +64,7 @@
|
|||
- robots/robots.txt.{{name}}
|
||||
- robots/robots.txt
|
||||
notify:
|
||||
- restart httpd
|
||||
- reload httpd
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue