Releases: ansible-collections/ansible-consul
Releases · ansible-collections/ansible-consul
Consul v1.1.0 and more
- Consul v1.1.0
- Update configuration directory permissions (thanks @Rtzq0)
- Update service script dependency (thanks @mattburgess)
- Assert if consul_group_name missing from groups (thanks @suzuki-shunsuke)
- Change syslog user to root (no syslog user on Debian/dir task fails)
- Updated CHANGELOG ordering 🎉
- Update documentation
Consul v1.0.6 and more
- Consul v1.0.6
- Add support for setting syslog facility and syslog file (thanks @ykhemani)
- Update configuration
- Update tests
- Update documentation (thanks also to @ChrisMcKee)
Consul v1.0.3
- Consul v1.0.3
- It's 2018!
- Update confiuration
- Update documentation
Correct retry_join block in template
- Correct
retry_join block
(@thanks hwmrocker)
Performance tuning and more
- Add performance tuning configuration (thanks @t0k4rt)
- Set raft multiplier to 1
- Conditionally install Python dependency baed on virtualenv or --user
Addresses #129 (comment) - Update includes to import_tasks and include_tasks
- Remove invalid consul_version key from configuration
- Update Vagrantfile
- Set client address to 0.0.0.0 so Vagrant based deploy checks now pass
- Update documentation
Consul v1.0.2
- Consul v1.0.2
- Documentation updates
Consul v1.0.1 and more
- Consul v1.0.1
- Fix idempotency (thanks @issmirnov)
- Make gossip encryption optional (thanks @hwmrocker)
- Install netaddr with
--user
- Update documentation
- Update CONTRIBUTORS
Remove advertise_addrs
- Remove deprecated advertise_addrs to resolve #123 so that role works again
Consul version 1.0.0
- Consul 1.0.0!
- Fix python3 compatibility for meta data (thanks @groggemans)
Consul v0.9.3 and more
- Consul v0.9.3
- Update server joining (thanks @groggemans)
- Fix types that should be lists (thanks @vincent-legoll)