Ansible Consul Versions Save

:satellite: Ansible role for Hashicorp Consul clusters

v3.0.1

1 year ago

A new tag so you can pin it.

v2.5.4

4 years ago
  • Consul v1.6.3
  • consul_manage_group now defaults to true
  • Set consul_node_name to ansible_hostname, resolves #337
  • Enable consul Connect (thanks @imcitius)
  • Cloud auto discovery (thanks @imcitius)
  • Use generated password as token UUID source (thanks @jmariondev)
  • Fix ACL Replication Token sed pattern (thanks @jmariondev)
  • Add when_false to ACL master lookup (thanks @jmariondev)
  • Ensure enable_tag_override is json (thanks @slomo)
  • Add suport for -alt-domain (thanks @soloradish)
  • Add enable_token_persistence option (thanks @smutel)
  • Support new ARM builds for Consul 1.6.2+ (thanks @KyleOndy)
  • Add CAP_NET_BIND_SERVICE to systemd unit (thanks @smutel)
  • Fix configuration template (thanks @imcitius)
  • Update documentation (thanks @karras)

v2.5.3

4 years ago
  • Consul v1.6.2
  • Update documentation

v2.5.2

4 years ago
  • Fix path / drop with_fileglob in install_remote (thanks @bbaassssiiee)
  • Handle consul_encrypt_enable variable for Nix (thanks @bbaassssiiee)
  • Parse acl_master_token from config (thanks @bbaassssiiee)
  • Fix start service on Windows (thanks @imcitius)
  • Preserve custom config (thanks @slomo)
  • Update Windows for win_service usage (thanks @FozzY1234)
  • Restart when TLS material changes (Thanks @bbaassssiiee)
  • No tokens in logging (Thanks @bbaassssiiee)
  • Flush handlers at the end of main (Thanks @bbaassssiiee)
  • Read tokens from from previously bootstrapped server (Thanks @bbaassssiiee)
  • Rename consul_server_key variable
  • Sort keys in service configuration (thanks @slomo)

v2.5.1

4 years ago
  • Consul v1.6.1
  • Add run_once to delegated tasks (thanks @liuxu623)
  • Fix service restart on upgrades (thanks @jpiron)
  • Fix log directory ownership (@thanks liuxu623)
  • Handle missing unzip on control host (thanks @bbaassssiiee)
  • Add Added version check for log_rotate_max_files (thanks @jasonneurohr) -Update documentation

v2.5.0

4 years ago
  • Consul v1.6.0
  • Add documentation for new TLS options (thanks @jasonneurohr)
  • Add support for translate_wan_address (@calmacara)
  • Add -log-file (thanks @liuxu623)
  • Update documentation

v2.4.5

4 years ago
  • Consul v1.5.3
  • Update molecule configuration (thanks @gofrolist)
  • Support TLS files in subdirectories - resolves #297
  • Update some bare variable comparisons - resolves #293
  • Update server address for usage with --limit (thanks @danielkucera)
  • Update snapshot configuration for TLS (thanks @jasonneurohr)
  • Add TLS minimum version and cipher suite preferences (thanks @jasonneurohr)
  • Update documentation

v2.4.4

4 years ago
  • Consul v1.5.2 (thanks @patsevanton)
  • Add Molecule support (thanks @gofrolist)
  • Correct several task issues (thanks @gofrolist)

v2.4.3

4 years ago
  • Consul v1.5.1
  • Update documentation

v2.4.2

4 years ago
  • Correct ACL typo correction (thanks @bewiwi)
  • Fix unarchive failure case (thanks @cyril-dussert)
  • Update CONTRIBUTORS