devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

Allow multiple stat sockets #116

Closed tleguern closed 4 years ago

tleguern commented 6 years ago

This patch allows multiple stat sockets to be defined, such as this :

stats:
  sockets:
    - { path: /var/lib/haproxy/stats, params: "mode 666 level admin" }
    - { path: /var/lib/haproxy/stats_ro, params: "mode 666 level user" }
  timeout: 30s

It will break existing configurations so I can add a workaround if desired. What do you think?

tleguern commented 6 years ago

Ping. What do you think ?

tleguern commented 5 years ago

Merge in fork Deveryware/ansible-haproxy.