devops-coop / ansible-haproxy

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

Fix the configuration of the webstats ui #35

Closed pbruna closed 7 years ago

pbruna commented 9 years ago

This fix the configuration of the Web Stats UI that requires a config like:

listen stats *:1936
    stats enable
    stats uri /
    stats hide-version
    stats auth some user:password

This pull-request add the new variables:

- role: ansible-haproxy
  haproxy_web_stats:
        port: 1935
        enabled: True
        uri: '/'
        auth: 'admin:admin'
PierrePaul commented 9 years ago

Any reason why you needed to comment the epel repo?

pbruna commented 9 years ago

Hi @pbuyle, Sorry about that, I was checking a thing and forgot to restored it.

pbuyle commented 7 years ago

Sorry for the delay and lack of actions. We are finding that we are not using this role anymore and cannot commit to its maintenance. We are looking for an individual or organization to take over. Please see #53 if you are interested.

benwebber commented 7 years ago

Hi Patricio,

This PR is quite out of date with the current codebase. We will implement stats properly as part of #56. Please watch that issue if you are interested.

Thanks!