Releases: hellofresh/ansible-consul
Releases · hellofresh/ansible-consul
Add AMI support
Support producer tags
Merge pull request #41 from hellofresh/feature/producer-tags Support producer tags
Support producer tags
v0.7.1 Support producer tags
v0.8.1: Fix/override env (#40)
* Added option to override env * removed env_name from backend and frontends * fix tests
v0.8.0: Use consul tags for localport. (#39)
* Use consul tags for localport. Frontends are no longer created for failing services. This means HAProxy will not open localports for failing services. * Added default values of local_ports. Reverted frontends not being created.
v0.7.0: Add environment fallback.
HAproxy backends by default use the 'key' for the service definition. If no backend is found, <service_name>-<env_name> is used.
v0.6.0: Added wrr support with weights. (#33)
* Added wrr support with weights. Added tests for functionality. Signed-off-by: Ali Rizwan <[email protected]> * Fix tests for ubuntu14.04 Signed-off-by: Ali Rizwan <[email protected]>
v0.5.3: Merge pull request #32 from hellofresh/fix/variablename
Fix variable name
v0.5.2
Fix version symlink
Link approach (#30) * Link approach * Fix consul-template