Skip to content

Releases: ansible-collections/ansible-consul

Client cleanup / hostname change

05 Sep 16:18
Compare
Choose a tag to compare
  • Fix deprecation notice on include
  • Change example server hostnames

Numerous improvements

05 Sep 15:20
Compare
Choose a tag to compare

Configuration cleanup, join change, and DNSMasq updates

24 Aug 14:45
Compare
Choose a tag to compare
  • Add raft_protocol parameter, fix version compares (thanks @groggemans)
  • Add missing address and port config (thanks @groggemans)
  • Add missing ACL config options (thanks @groggemans)
  • Prefer retry_join and retry_join_wan instead of start_join / start_join_wan
  • DNSMasq updates (thanks @groggemans)

Consul v0.9.2 and more

10 Aug 13:50
Compare
Choose a tag to compare
  • Consul v0.9.2
  • Add enable_script_checks parameter (thanks @groggemans)
  • Update documentation

Change instance label

02 Aug 20:55
Compare
Choose a tag to compare
  • Rename cluster_nodes label to consul_instances

Minor fixes

02 Aug 20:27
Compare
Choose a tag to compare
  • Support rolling upgrades on systemd based Linux (thanks oliverprater)
  • Fix breaking change in paths and runtime warnings (thanks oliverprater)
  • Set CONSUL_TLS_DIR default to /etc/consul/ssl for #95

Consul v0.9.0 and more

20 Jul 14:40
Compare
Choose a tag to compare
  • Consul version 0.9.0
  • Add consul_tls_verify_server_hostname to TLS configuration template
  • Begin to add relevant Consul docs links to variable descriptions in README
  • Fix formatting in README_VAGRANT (thanks @jstoja)
  • Update CONTRIBUTORS

Consul v0.8.5 and more

28 Jun 16:53
Compare
Choose a tag to compare

Updates to docs, CHANGLEOG, version++

26 Jun 15:03
Compare
Choose a tag to compare

Improve HTTP API check and Ansible configuration

22 Jun 13:46
Compare
Choose a tag to compare
  • Add ansible.cfg for examples and install netaddr (thanks @arehmandev)
  • Improve HTTP API check (thanks @dmke)
  • Update CONTRIBUTORS