Releases: AerisCloud/ansible-consul
Releases · AerisCloud/ansible-consul
v1.3.2
v1.3.1
v1.3.0
From version 0.9.1, cloud auto-join options got merged into the retry-join options (see: https://www.consul.io/docs/agent/options.html#cloud-auto-joining)
This release removes consul_retry_join_ec2 and consul_retry_join_gce options and removes the consul_bootstrap_expect behaviour of using the length of the retry_join array (using cloud auto-join, the array length is 1 independently of the number of servers).
Upgrade to consul v1.0
Merge pull request #7 from christopherobin/update/1.0 Update consul to 1.0, add missing var, add tests