consul/tasks/join.yaml

4 lines
109 B
YAML
Raw Normal View History

2022-07-28 14:14:26 +00:00
---
- name: "Join new node to existing cluster"
command: "consul join {{ cluster_node_list | join(' ') }}"