2015-07-13 17:54:21 +02:00
|
|
|
---
|
|
|
|
- name: Restart haproxy
|
|
|
|
service: name=haproxy state=restarted
|
|
|
|
when: haproxy_enabled
|
|
|
|
|
|
|
|
- name: Reload haproxy
|
|
|
|
service: name=haproxy state=reloaded
|
|
|
|
when: haproxy_enabled
|
|
|
|
|
2015-12-11 16:43:53 +01:00
|
|
|
- name: Reload rsyslog
|
|
|
|
service: name=rsyslog state=reloaded
|
|
|
|
when: haproxy_enabled
|
|
|
|
|