mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
8 lines
184 B
YAML
8 lines
184 B
YAML
---
|
|
|
|
- name: Copy the join command to server location
|
|
copy: src=join-command dest=/tmp/join-command.sh mode=0777
|
|
|
|
- name: Join the node to cluster
|
|
command: sh /tmp/join-command.sh
|