Releases: ansible-collections/ansible-consul
Releases · ansible-collections/ansible-consul
Quick fix and feature
- Add LimitNOFILE option to systemd unit (thanks @liuxu623)
- Fix typo in in replication token check (thanks @evilhamsterman)
Consul v1.5.0 and more
- 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
- 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
- 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
- Consul v1.4.3
- Update documentation
Initial services management and more
- 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
Fixes and enhancements
Numerous improvements
- 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
- Consul v1.4.0
- Update documentation