dch-proxy: PB to deploy HAProxy
parent
6602dd5b4a
commit
d4fc139028
|
@ -0,0 +1,8 @@
|
|||
- hosts: dch-proxy
|
||||
roles:
|
||||
- dch-proxy
|
||||
tasks:
|
||||
- name: ensure haproxy is running
|
||||
service:
|
||||
name=haproxy
|
||||
state=started
|
Loading…
Reference in New Issue