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

The difference between `consul_config_path` and `consul_configd_path` was not clear to me at a first glance. That's why I have set them to the same value. This led me to the...

It would be great if this role could support macOS hosts. consul itself supports macOS (also on Apple Silicon), so this shouldn’t be too difficult, considering most of the tasks...

f5425ddff5853566991e3b72f380384ce021bc4e introduces regression with dnsmasq configuration (target hosts are Debian 11): ``` TASK [consul : Create Dnsmasq configuration] ***************************************************************************************************************************************** changed: [swarm5] => (item={'dest': '/etc/dnsmasq.d/10-consul', 'group': 'root', 'when': 'ansible_os_family|lower != "freebsd"'})...

Hello! Thanks for role consul. Get error ``` TASK [ansible-consul : Check if unzip is installed on control host] ********************************************************************************************** Monday 09 May 2022 08:58:20 +0600 (0:00:00.071) 0:00:35.809 ************ fatal:...

Time by time I am facing weird errors while starting "site.yml" playbook to install consul on my nodes. It's strange, because I always use the same distribution - Ubuntu 20.04.4...

The first run of the playbook is successful but every repeated run fails with the following error message: **Playbook** ``` - role: brianshumate.consul vars: consul_group_name: "consul_nodes" ``` **Error:** ```TASK [brianshumate.consul...

This commit introduces a variable `consul_os_repo_prerequisites` in `tasks/install_linux_repo.yml`, however the variable name in `vars/(Amazon|Debian|RedHat).yml` is named `consul_repo_prerequisites` (if that is the correct variable, otherwise there is none), causing ansible to...

Commit [e8ad89ba7a7562d386ce2c5dae30059c1d3c3913](https://github.com/ansible-community/ansible-consul/commit/e8ad89ba7a7562d386ce2c5dae30059c1d3c3913) introduced a new `consul_data_path` default value of "/opt/consul" which was "/var/consul" previously. This breaks several cluster installations. There is certainly a workaround, setting the value back to the...

Hello, ``` TASK [community.hashicorp.ansible-consul : Create configuration] ******************************************************************************************************************** task path: /---/ansible_collections/community/hashicorp/roles/ansible-consul/tasks/config.yml:4 fatal: [qpi.lan]: FAILED! => { "msg": "An unhandled exception occurred while running the lookup plugin 'template'. Error was a...

I'm having issues setting up consul on ipv6-only hosts. ``` TASK [ansible-consul : Expose advertise_address(_wan) datacenter and node_role as facts] ********************************************************************************** fatal: [dfw-master-2]: FAILED! => {"msg": "The task includes an...