Skip to content

Releases: ansible-collections/ansible-consul

Cleanup and dynamic SHA 256

17 Nov 00:37
Compare
Choose a tag to compare
  • Remove unnecessary code (thanks @kostyrevaa)
  • Determine package's SHA 256 from releases.hashicorp.com (for #16)
  • Update documentation

Update var names

16 Nov 21:27
Compare
Choose a tag to compare
v1.5.6

Update var names

Now with moar idempotency like behaviors!

16 Nov 13:41
Compare
Choose a tag to compare
  • Initial attempts at idempotency in main tasks (for #14, #15)
  • Update README

Recursors environment variable

15 Nov 04:49
Compare
Choose a tag to compare
v1.5.4

Recursors env

Update start_join

15 Nov 03:08
Compare
Choose a tag to compare
  • Update start_join for client configuration template

Consul 0.7.1 and template changes

12 Nov 19:05
Compare
Choose a tag to compare
  • Consul version 0.7.1
  • Consistent template names
  • Update documentation

Fail if consul_iface not found

12 Nov 18:50
Compare
Choose a tag to compare
  • Fail when ethernet interface specified by consul_iface not found on
    the system (addresses #13)

Initial TLS support

12 Nov 15:06
Compare
Choose a tag to compare
  • Add initial TLS support
  • Update documentation

Dnsmasq, iptables, gossip encryption, and docs updates

10 Nov 13:16
Compare
Choose a tag to compare
  • Move Dnsmasq restart to inside of tasks
  • Add client dependencies for further configuration (thanks @crumohr)
  • Fix error using predefined encryption key (thanks @crumohr)
  • Removal of redundant includes (thanks @crumohr)

Numerous features and improvements

09 Nov 02:53
Compare
Choose a tag to compare
  • Compatibility with Ubuntu 16.04 (thanks @crumohr)
  • iptables support (thanks @crumohr)
  • Booleans instead of strings for variables (thanks @crumohr)
  • Runnable if DNS is broken (thanks @crumohr)
  • Remove unused variables
  • Update block conditional for ACLs
  • Update documentation