🏗️」 wip(p2): working Vagrantfile

This commit is contained in:
2025-08-27 20:25:30 +02:00
parent 591e502227
commit c67039d193
4 changed files with 53 additions and 0 deletions

7
p2/setup-S.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env sh
sudo apt update
sudo apt install curl -y
echo "Launching k3s install"
curl -sfL https://get.k3s.io | sh -s - server --cluster-init --node-ip=192.168.56.110