Filip Pytloun | 48d3830 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - haproxy |
| 3 | parameters: |
Ales Komarek | 5861e4b | 2015-12-08 19:04:11 +0100 | [diff] [blame] | 4 | _param: |
| 5 | haproxy_admin_password: password |
Filip Pytloun | 48d3830 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 6 | haproxy: |
| 7 | proxy: |
| 8 | listen: |
| 9 | admin_page: |
| 10 | type: admin |
| 11 | check: false |
| 12 | binds: |
Ales Komarek | 5861e4b | 2015-12-08 19:04:11 +0100 | [diff] [blame] | 13 | - address: '0.0.0.0' |
Filip Pytloun | 48d3830 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 14 | port: 9600 |
| 15 | user: admin |
Ales Komarek | 5861e4b | 2015-12-08 19:04:11 +0100 | [diff] [blame] | 16 | password: ${_param:haproxy_admin_password} |