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 first task generates an error on my environment (minimal Debian) The pip package netaddr was not installed and using the flag "become: false" generate a failure due of the...

help wanted

Vagrant has support for using docker containers in place of VMs, and in my experience it can take the creation of a 3 node cluster from ~3-5 minutes down to...

Hello, Thank you for your work! I was thinking about iptables DNS forwarding and I realized an improvement could be brought to it. I like to use iptables for this...

Hello! I am trying to specify `consul_join_wan`, but the values I define don't appear to get picked up. The result is also a mangled `config.json` file. To reproduce, define the...

I noticed that when I change the variable `consul_version` and run the script on an existing consul cluster that each nodes still states the old `consul_version` in `consul members`. When...

enhancement
question

After a succesful deployment, I still see : "bootstrap": true, in the config file of the server which had consul_node_role=bootstrap passed in ansible inventory file. I'm not seeing that happening:...

question

We often see this task fail in our CI runs, but since it has the `no_log` property, we don't have logging output that might be useful in helping to figure...

This fixes error occurring on Rocky Linux 8. Role was unable to find dnsmasq package. OS that it wasn't working on: ``` NAME="Rocky Linux" VERSION="8.6 (Green Obsidian)" ID="rocky" ID_LIKE="rhel centos...

Hello, I'm using a vars file with consul_client_address set up as 0.0.0.0 however it shows up as 127.0.0.1 in my config file. Is there an issue to set this variable...

Following this commit https://github.com/ansible-community/ansible-consul/commit/b41858efc5a86f145cf47b5f793903505fcd1f79 https://github.com/ansible-community/ansible-consul/pull/499 running the playbook against a Consul > v1.11.0 version won't fetch the existing master token from the config file as the field is now renamed....