renamed haproxy actions
This commit is contained in:
parent
aff97b4a7c
commit
97225223db
7
resources/haproxy_service/actions/apply_config.yml
Normal file
7
resources/haproxy_service/actions/apply_config.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
- hosts: [{{ ip }}]
|
||||||
|
sudo: yes
|
||||||
|
tasks:
|
||||||
|
- service:
|
||||||
|
name: haproxy
|
||||||
|
state: reloaded
|
Loading…
Reference in New Issue
Block a user