consul/tasks/join.yaml
2022-07-28 17:14:26 +03:00

4 lines
109 B
YAML

---
- name: "Join new node to existing cluster"
command: "consul join {{ cluster_node_list | join(' ') }}"