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

Hi there, consul role failed to compare windows paths in 'list_current_service_config' and 'managed_files' because win_find returns path with drive letter and '\'. **Expected output:** ``` TASK [consul : Set fact...

I am attempting to set up a cluster with a mix of `arm64` and `amd64` nodes. Inventory: ``` --- all: consul: vars: consul_autopilot_enable: true consul_group_name: consul hosts: host1: consul_node_role: bootstrap...

bug

Hi, I explain my question: As Consul has a default value for `node_name`, which is the hostname of the machine (https://www.consul.io/docs/agent/options.html#node_name), we can use this value. My idea is: -...

bug

How to fix: vars/RedHat.yml require an additional string, the diff is below: ``` --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -4,6 +4,7 @@ consul_os_packages: - "{% if ( ansible_distribution == 'Fedora' and...

Setting the consul_group variable to anything but "bin" fails. This seems to be because the "consul_manage_group" variable is never set to true regardless of the value of consul_group. If this...

Hello, I'm using this role in a three servers scenario. I set the following env variables for an initial deploy ```root@consul-server-2:/home/ubuntu# lsb_release -a No LSB modules are available. Distributor ID:...

First off — thanks so much for publishing this role. :) --- I'm looking to do something like this: https://github.com/hashicorp/consul/issues/1659#issuecomment-320854604 Context — I want to return multiple backends in HAProxy...

Is this role safe to use for joining new nodes into an existing cluster? If I have 3 consul servers already bootstrapped and running, can I use this same role...

Hi We meet an issue We deployed - a consul cluster backend with consul server nodes - a vault cluster with consul client role for each nodes Using a gitlabee...

on version 2.8.6 i can download and install both tagged versions 2.5.0 and 2.5.1via ansible galaxy [root@buildvm ~]# ansible --version ansible 2.8.6 config file = None configured module search path...