10 lines
196 B
YAML
10 lines
196 B
YAML
---
|
|
- name: restart haproxy
|
|
service: name=haproxy state=restarted
|
|
|
|
- name: reload haproxy
|
|
service: name=haproxy state=reloaded
|
|
|
|
- name: restart rsyslog
|
|
service: name=rsyslog state=restarted
|