Releases: ansible-collections/ansible-consul
Releases · ansible-collections/ansible-consul
Consul 0.8.4 and more
- Consul 0.8.4
- Remove
user_acl_policy.hcl.j2
anduser_custom.json.j2
- Update configuration template with new ACL variables
- Remove consul_iface from vagrant_hosts
- Simplify ACL configuration
- Remove checks for
consul_acl_replication_token_display
- Update Vagrantfile
- Update README
Add files directory back
v1.23.1 Add files directory
Configuration enhancements
- Combines all (client/server/bootstrap) config templates (thanks @groggemans)
- Template for dnsmasq settings (thanks @groggemans)
Revert previous commits/releases
- Revert changes from v1.21.2 and v1.21.1
Add templates
v1.21.2 Maybe add some files?
Update ACL task and templates
- Update ACL tasks
- Rename
configd_50custom.json.j2
template tpuser_custom.json.j2
- Rename
configd_50acl_policy.hcl
template touser_acl_policy.hcl.j2
- Do not enable a default set of ACL policies
Variable and path changes
- Move all configuration into
consul_config_path
- Remove
consul_configd_path
- Rename
configd_50custom.json.j2
touser_custom.json.j2
- Rename
50custom.json
touser_custom.json
Update docs and meta
- Correct meta for Windows platform
- Update supported versions
- Update documentation
Update main tasks to break out Windows
- Update main tasks to move Windows specific tasks into blocks
Initial Windows Support
- Initial Windows support (thanks @judy)
- Update documentation
- Update CONTRIBUTORS