blob: 9da7ec1e6006111739b782979a3385c1ccd6504b [file] [log] [blame]
Filip Pytloun48d38302015-10-06 16:28:31 +02001applications:
2- haproxy
3parameters:
Ales Komarek5861e4b2015-12-08 19:04:11 +01004 _param:
5 haproxy_admin_password: password
Filip Pytloun48d38302015-10-06 16:28:31 +02006 haproxy:
7 proxy:
8 listen:
9 admin_page:
10 type: admin
11 check: false
12 binds:
Ales Komarek5861e4b2015-12-08 19:04:11 +010013 - address: '0.0.0.0'
Filip Pytloun48d38302015-10-06 16:28:31 +020014 port: 9600
15 user: admin
Ales Komarek5861e4b2015-12-08 19:04:11 +010016 password: ${_param:haproxy_admin_password}