mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2024-11-25 14:46:39 +00:00
4 lines
109 B
YAML
4 lines
109 B
YAML
|
---
|
||
|
- name: "Join new node to existing cluster"
|
||
|
command: "consul join {{ cluster_node_list | join(' ') }}"
|