Skip to content

Releases: ansible-collections/ansible-consul

Initial dnsmasq and post-bootstrap cluster config

27 Jul 17:27
Compare
Choose a tag to compare
  • Add initial dnsmasq front end bits
  • Reconfigure bootstrap node for normal operation (remove bootstrap-expect)
    after initial cluster formation and restart bootstrap node

Good fixes and contributors!

12 Jul 01:32
Compare
Choose a tag to compare
  • FIX: No such file or directory /etc/init.d/functions (thanks @oliverprater)
  • FIX: Using bare variables is deprecated (thanks @oliverprater)
  • Added CONTRIBUTORS.md
  • Updated documentation

Rename bootstrap template

08 Jul 14:33
Compare
Choose a tag to compare
v1.0.11

Rename bootstrap template.

Remove duplicate datacenter variable

07 Jul 15:43
Compare
Choose a tag to compare
v1.0.10

Remove duplicated datacenter variable.

Change datacenter value

07 Jul 14:44
Compare
Choose a tag to compare

Change name of datacenter to dc1

Docs and versions updates

07 Jul 13:31
Compare
Choose a tag to compare
  • Update supported versions
  • Update documentation

Updates to versions and configurable bind_address

08 Jun 14:55
Compare
Choose a tag to compare
  • Updated to Consul 0.6.4
  • Make bind_address configurable for #1
  • Cleaned up deprecaed bare variables
  • Updated supporting software versions
  • Updated documentation

Improvements and updates

07 Feb 21:42
Compare
Choose a tag to compare
  • Updated defaults and Consul version (thanks @bscott)
  • Made cluster bootable and switch to become_user + other Ansibel best
    practices (thanks @Rodjers)
  • Updated minimum Ansible version required in meta

Renamed label

15 Jul 13:27
Compare
Choose a tag to compare
v1.0.4

renamed label

Startup scripts and more!

13 Jul 14:33
Compare
Choose a tag to compare
  • Prefix /usr/local/bin in PATH for cases where the consul binary is not found
  • Changed UI path
  • Add generic SysV init script
  • Add Debian init script
  • Use systemd for distribution major versions >= 7
  • Remove Upstart script
  • Updated configuration files