Skip to content

Releases: ansible-collections/ansible-consul

Quick fix and feature

14 May 19:59
Compare
Choose a tag to compare
  • Add LimitNOFILE option to systemd unit (thanks @liuxu623)
  • Fix typo in in replication token check (thanks @evilhamsterman)

Consul v1.5.0 and more

10 May 13:18
Compare
Choose a tag to compare
  • Consul v1.5.0
  • Specify a token for a service (thanks @xeivieni)
  • Empty consul_acl_master_token check (thanks @evilhamsterman)
  • Separate Unix and Linux tasks from Windows tasks (thanks @evilhamsterman)

Cleanup, fixes, updates

12 Apr 15:58
Compare
Choose a tag to compare
  • Continue with task cleanup
  • Fix deleting of unregistered services (thanks @Shaiou)
  • Add bool filter to templates (thanks @eeroniemi)
  • Fix CONSUL_ACL_POLICY (thanks @eeroniemi)
  • Correct cleanup task fileglob bogusness
  • Switch to SIGTERM in sysvinit stop

Consul v1.4.4 and more

27 Mar 19:55
Compare
Choose a tag to compare
  • Consul v1.4.4
  • fixed multiarch deployment race condition (thanks @lanefu)
  • Switched from systemctl command to systemd module [lint]
  • Update for E504 use 'delegate_to: localhost' [lint]
    • asserts
    • install
    • encrypt_gossip
  • Update for E104 in with_fileglob for install_remote [lint]
  • Update for E601 in syslog [lint]
  • Update for E602 in tasks [lint]
    • acl
    • main
  • Update example site playbook roles format
  • Support install on Debian Testing (thanks @gfeun)
  • Fix consul_bind_address (thanks @danielkucera)
  • Custom bootstrap expect value (thanks @Roviluca)
  • Fix Windows support for registering services (thanks @gyorgynadaban)
  • Update documentation

Consul v1.4.3

06 Mar 13:46
Compare
Choose a tag to compare
  • Consul v1.4.3
  • Update documentation

Initial services management and more

28 Feb 18:34
Compare
Choose a tag to compare
  • Add services management (thanks @Sispheor)
  • Add enable_local_script_checks configuration (thanks @canardleteer)
  • Add ability to enable legacy GUI (thanks @imcitius)
  • Optional domain datacenter delegation with consul_delegate_datacenter_dns

Consul version 1.4.2 and more

29 Jan 14:09
Compare
Choose a tag to compare
  • Consul v1.4.2
  • Remove token generation/retrieval on clients (thanks @jpiron)
  • Add listen to all the handler tasks (@pwae)
  • retry_join setup independent from the hosts servers (thanks @Fuochi-YNAP)

Fixes and enhancements

18 Jan 17:11
Compare
Choose a tag to compare
  • Add Consul 1.4.0 ACL configuration syntax support (thanks @jpiron)
  • Fix unzip installation check task check mode (thanks @jpiron)
  • Fix systemd configuration task handler notification (thanks @jpiron)

Numerous improvements

17 Jan 14:25
Compare
Choose a tag to compare
  • The role no longer attempts to install the unzip binary locally onto
    the Ansible control host; it is now a hard dependency and role execution
    will fail if unzip is not in the PATH on the control host.
  • Snapshot agent installation and configuration (thanks @drewmullen)
  • Delegate Consul datacenter DNS domain to Consul (thanks @teralype)
  • Allow DNSmasq binding to particular interfaces (thanks @teralype)
  • Update local tasks (thanks @sgrimm-sg)
  • Update documentation

Consul v1.4.0

15 Nov 17:10
Compare
Choose a tag to compare
  • Consul v1.4.0
  • Update documentation