Use a reload instead of a restart for proxies apache.

This commit is contained in:
Kevin Fenzi 2015-10-11 19:31:54 +00:00
parent 737927b2bf
commit a71adace87
2 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@
- meetbot.fedoraproject.org/reversepassproxy.conf
- meetbot.fedoraproject.org/meetbot.conf
notify:
- restart apache
- reload apache
tags:
- httpd
- httpd/reverseproxy

View file

@ -13,7 +13,7 @@
service: name=httpd enabled=yes
ignore_errors: true
notify:
- restart apache
- reload apache
tags:
- service
- apache
@ -23,7 +23,7 @@
copy: src="{{ files }}/hotfix/httpd/httpd.init" dest=/etc/init.d/httpd
owner=root group=root mode=0755
notify:
- restart apache
- reload apache
tags:
- config
- hotfix
@ -33,7 +33,7 @@
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
when: ansible_distribution_major_version|int == 6
notify:
- restart apache
- reload apache
tags:
- config
- hotfix
@ -43,7 +43,7 @@
copy: src="{{ files }}/hotfix/httpd/httpd.sysconfig" dest=/etc/sysconfig/httpd
when: ansible_distribution_major_version|int == 7
notify:
- restart apache
- reload apache
tags:
- config
- hotfix
@ -52,7 +52,7 @@
- name: add appserver headers.conf
template: src="{{ files }}/httpd/headers.conf.j2" dest=/etc/httpd/conf.d/headers.conf
notify:
- restart apache
- reload apache
tags:
- config
- apache
@ -60,7 +60,7 @@
- name: add apache_status location for collectd
template: src="{{ files }}/httpd/apachestatus.conf" dest=/etc/httpd/conf.d/apachestatus.conf
notify:
- restart apache
- reload apache
tags:
- config
- apache