feat: initial commit
This commit is contained in:
parent
e19f269ec5
commit
214e91a391
16 changed files with 546 additions and 93 deletions
8
handlers/main.yaml
Normal file
8
handlers/main.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# restart haproxy
|
||||
- name: "restart haproxy"
|
||||
ansible.builtin.systemd:
|
||||
name: "haproxy"
|
||||
state: "restarted"
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue