Skip to content

Releases: ansible-collections/ansible-consul

Consul 0.8.4 and more

09 Jun 16:04
Compare
Choose a tag to compare
  • Consul 0.8.4
  • Remove user_acl_policy.hcl.j2 and user_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

05 Jun 21:26
Compare
Choose a tag to compare
v1.23.1

Add files directory

Configuration enhancements

05 Jun 21:07
Compare
Choose a tag to compare
  • Combines all (client/server/bootstrap) config templates (thanks @groggemans)
  • Template for dnsmasq settings (thanks @groggemans)

Revert previous commits/releases

31 May 21:55
Compare
Choose a tag to compare
  • Revert changes from v1.21.2 and v1.21.1

Add templates

31 May 16:19
Compare
Choose a tag to compare
v1.21.2

Maybe add some files?

Update ACL task and templates

31 May 16:05
Compare
Choose a tag to compare
  • Update ACL tasks
  • Rename configd_50custom.json.j2 template tp user_custom.json.j2
  • Rename configd_50acl_policy.hcl template to user_acl_policy.hcl.j2
  • Do not enable a default set of ACL policies

Variable and path changes

31 May 15:35
Compare
Choose a tag to compare
  • Move all configuration into consul_config_path
  • Remove consul_configd_path
  • Rename configd_50custom.json.j2 to user_custom.json.j2
  • Rename 50custom.json to user_custom.json

Update docs and meta

23 May 18:48
Compare
Choose a tag to compare
  • Correct meta for Windows platform
  • Update supported versions
  • Update documentation

Update main tasks to break out Windows

23 May 15:43
Compare
Choose a tag to compare
  • Update main tasks to move Windows specific tasks into blocks

Initial Windows Support

22 May 16:14
Compare
Choose a tag to compare
  • Initial Windows support (thanks @judy)
  • Update documentation
  • Update CONTRIBUTORS