mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 11:04:44 +02:00
「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
7
p1/roles/worker/tasks/main.yml
Normal file
7
p1/roles/worker/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user