This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
|
delay: 4
|
|
debug: false
|
|
events: [service, node]
|
|
docker:
|
|
socketPath: /var/run/docker.sock
|
|
rproxy:
|
|
hosts:
|
|
- rproxy1.local
|
|
- rproxy2.local
|
|
auth:
|
|
username: root,
|
|
privateKey: /root/.ssh/id_rsa
|
|
confPath: /etc/haproxy/haproxy.cfg
|
|
reloadCmd: service haproxy reload |