dch-proxy: PB to deploy HAProxy

jenkins-master
Dustin 2018-07-01 15:19:20 -05:00
parent 6602dd5b4a
commit d4fc139028
1 changed files with 8 additions and 0 deletions

8
dch-proxy.yml Normal file
View File

@ -0,0 +1,8 @@
- hosts: dch-proxy
roles:
- dch-proxy
tasks:
- name: ensure haproxy is running
service:
name=haproxy
state=started