devops-coop / ansible-haproxy

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

bugfix/#43 - template for haproxy_listen #44

Closed ozbillwang closed 7 years ago

ozbillwang commented 8 years ago
PierrePaul commented 8 years ago

Attaching issue #43 to this pull request. Will try to test it today.

ozbillwang commented 8 years ago

Finally I have to add the extra part to make it work for my project directly.

I am using my fork currently and happy to switch to this main repo, when this ticket is merged.

+{% if item.extra is defined %}
 +{% for parameter in item.extra %}
 +    {{ parameter }}
 +{% endfor %}
 +{% endif -%}

If this is merged, and you agree this idea, I will do the same updates for frontend and backend, and implement new part of resolvers.cfg with ticket #46

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

Hey Bill,

Let's rethink how to support flexible configuration stanzas as part of 2.x. I will be opening an RFC soon (this week) and would appreciate your comments.

Cheers!