Use a reload instead of a restart for proxies apache.
This commit is contained in:
parent
737927b2bf
commit
a71adace87
2 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
||||||
- meetbot.fedoraproject.org/reversepassproxy.conf
|
- meetbot.fedoraproject.org/reversepassproxy.conf
|
||||||
- meetbot.fedoraproject.org/meetbot.conf
|
- meetbot.fedoraproject.org/meetbot.conf
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- httpd
|
||||||
- httpd/reverseproxy
|
- httpd/reverseproxy
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
service: name=httpd enabled=yes
|
service: name=httpd enabled=yes
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- service
|
- service
|
||||||
- apache
|
- apache
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
copy: src="{{ files }}/hotfix/httpd/httpd.init" dest=/etc/init.d/httpd
|
copy: src="{{ files }}/hotfix/httpd/httpd.init" dest=/etc/init.d/httpd
|
||||||
owner=root group=root mode=0755
|
owner=root group=root mode=0755
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- hotfix
|
- hotfix
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
|
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
|
||||||
when: ansible_distribution_major_version|int == 6
|
when: ansible_distribution_major_version|int == 6
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- hotfix
|
- hotfix
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
|
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
|
||||||
when: ansible_distribution_major_version|int == 7
|
when: ansible_distribution_major_version|int == 7
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- hotfix
|
- hotfix
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
- name: add appserver headers.conf
|
- name: add appserver headers.conf
|
||||||
template: src="{{ files }}/httpd/headers.conf.j2" dest=/etc/httpd/conf.d/headers.conf
|
template: src="{{ files }}/httpd/headers.conf.j2" dest=/etc/httpd/conf.d/headers.conf
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- apache
|
- apache
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
- name: add apache_status location for collectd
|
- name: add apache_status location for collectd
|
||||||
template: src="{{ files }}/httpd/apachestatus.conf" dest=/etc/httpd/conf.d/apachestatus.conf
|
template: src="{{ files }}/httpd/apachestatus.conf" dest=/etc/httpd/conf.d/apachestatus.conf
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- reload apache
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- apache
|
- apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue