initial commit
This commit is contained in:
10
handlers/main.yml
Normal file
10
handlers/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: haproxy restart
|
||||
systemd_service:
|
||||
name: haproxy
|
||||
state: restarted
|
||||
|
||||
- name: haproxy reload
|
||||
systemd_service:
|
||||
name: haproxy
|
||||
state: reloaded
|
Reference in New Issue
Block a user