ansible-consul icon indicating copy to clipboard operation
ansible-consul copied to clipboard

:satellite: Ansible role for Hashicorp Consul clusters

Results 75 ansible-consul issues
Sort by recently updated
recently updated
newest added

Previous TLS options are deprecated in consul 1.12 https://www.consul.io/docs/agent/config/config-files#tls_deprecated_options the default version of tls_min_version is also updated following https://www.consul.io/docs/agent/config/config-files#tls_defaults_tls_min_version This MR set the config file with new tls stanza

This was being run in cases where it wasn't required. It's been moved to the block that references the result.

Should there be a minimum supported Consul version? Latest version is currently 1.13.1 and config.json.j2 has conditionals on 0.7.3 that was released almost 6 years ago. I appreciate that this...

##### SUMMARY introduced consul_systemd_service_name variable to allow specifying name of service (and related directories), solving the issue of running multiple instances on the same machine ##### ISSUE TYPE - Feature...

needs work

Hi! When I use the default templates they come out in str format and not json as I expect, why can this happen? ``` root@consul-0:~# jq . /etc/consul/bootstrap.json "{'datacenter': 'dev',...

Debian checks the python environment and will not install the netaddr packages through python - instead it needs to be installed at a package via apt. Added the checks to...

[Molecule 5.0.0](https://github.com/ansible-community/molecule/releases/tag/v5.0.0) was released today. One notable thing in the "major changes" section is the removal of the `lint` task. This means we'll need to run ansible-lint independently (which I...

In https://github.com/ansible-community/ansible-consul/commit/3cc66ab2721fec13cc6c2257bd18fee87418b359, we updated CI to use molecule-action 2.3.13, which updated ansible-lint to 6.13.0. As a consequence, we are temporarily suppressing a number of newly-introduced warnings (see https://github.com/ansible-community/ansible-consul/commit/2d5112be164dac61ac90c8d0a312f9827b5190a2). We should...

On a fresh ubuntu 22.04 I got an error when creating dnsmasq config. ``` TASK [ansible-community.ansible-consul : Create Dnsmasq configuration] ********************************************************************************************************************************************************** [WARNING]: conditional statements should not include jinja2 templating delimiters...

https://github.com/ansible-community/ansible-consul/blob/62519749cd672092b0723e7fc11639536f10b375/tasks/windows.yml#L139 If i understand this correctly, the role will fail when consul_tls_enable is true. Is there a reason this should fail? I've commented the task, and can setup consul on...