Skip to content

Releases: hellofresh/ansible-consul

Add AMI support

19 Apr 15:37
33d7a3a
Compare
Choose a tag to compare

In order to install consul for AMI it is important to:

  1. To not start it on provision phase otherwise, it will fail to start on a new instance
  2. To get a valid IP address and hostname for the new instance

Support producer tags

09 Feb 11:30
2193ba6
Compare
Choose a tag to compare
Merge pull request #41 from hellofresh/feature/producer-tags

Support producer tags

Support producer tags

07 Feb 08:17
Compare
Choose a tag to compare
v0.7.1

Support producer tags

v0.8.1: Fix/override env (#40)

23 Nov 11:41
1ed63ff
Compare
Choose a tag to compare
* Added option to override env

* removed env_name from backend and frontends

* fix tests

v0.8.0: Use consul tags for localport. (#39)

07 Nov 11:56
e1103ee
Compare
Choose a tag to compare
* 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.

13 Oct 09:09
Compare
Choose a tag to compare

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)

28 Sep 14:26
Compare
Choose a tag to compare
* 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

22 Aug 14:25
Compare
Choose a tag to compare

v0.5.2

16 Aug 12:58
Compare
Choose a tag to compare
fix path and make ubuntu 14.04 compatible

Fix version symlink

16 Aug 09:17
Compare
Choose a tag to compare
Link approach (#30)

* Link approach

* Fix consul-template