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

:satellite: Ansible role for Hashicorp Consul clusters

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

Allow to add telemetry options and override them for prometheus

Fixes #486. Note that this branch also contains the changes in #488 so that it passes CI.

This PR fixes a few issues that occur on Windows hosts with regards to path handling. Primarily, it addresses an issue this role erroneously deleted all the managed service files...

This PR contains a few fixes for CI errors, which mostly resulted from PRs being merged without first being rebased and re-tested.

When i execute the Playbook Version _v2.5.4_ with the following ansible version i get an error: ## Ansible Version ``` ansible [core 2.11.4] config file = /Users/niklasweimann/dev/ansible/ansible.cfg configured module search...

Loop_var was set to "dnsmasq_item", but "item" was still in use in the play, leading to this error : `The conditional check '{{ item.when }}' failed. Error while evaluating conditional...

https://github.com/ansible-community/ansible-consul/pull/460 introduced an typo causing repo installations to fail ``` TASK [ansible-consul : Install OS packages] *********************************************************************************************************************** fatal: [neptune]: FAILED! => {"msg": "The conditional check '(consul_os_repo_prerequisites)' failed. The error was:...

`ansible version`: 2.12.6 `inventory`: ``` [consul_instances] consul1 consul_node_role=bootstrap consul2 consul_node_role=server consul3 consul_node_role=server consul4 consul_node_role=client ``` `playbook` ``` --- - hosts: consul_instances gather_facts: yes roles: - role: consul vars: consul_version: 1.12.2...