mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-04-05 21:51:57 +00:00
rewrite initial cluster nodes discovering
This commit is contained in:
parent
61e14c682d
commit
6381f2f644
@ -4,6 +4,8 @@
|
|||||||
cluster_node_list: []
|
cluster_node_list: []
|
||||||
|
|
||||||
- name: Get cluster nodes
|
- name: Get cluster nodes
|
||||||
|
environment:
|
||||||
|
no_proxy: 127.0.0.1
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: http://127.0.0.1:8500/v1/status/peers
|
url: http://127.0.0.1:8500/v1/status/peers
|
||||||
method: GET
|
method: GET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user