devops-coop / ansible-haproxy

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

Allow specifying unique-id-format and unique-id-header #87

Open hany opened 7 years ago

hany commented 7 years ago

HAProxy has a very neat feature:

https://cbonte.github.io/haproxy-dconv/1.6/configuration.html#4.2-unique-id-format https://cbonte.github.io/haproxy-dconv/1.6/configuration.html#4.2-unique-id-header

Not sure if it's currently possible to add these options. If not, it should be configurable.

benwebber commented 7 years ago

At the moment I want to avoid adding more discrete top-level configuration items since we're always playing catch-up with users' use-cases. I really think version 2 of this role requires less structured input.

It will, however, be possible to enter extra configuration lines once we merge #88.