」 feat: working p1 (i thinkl)

This commit is contained in:
2025-08-19 11:50:38 +02:00
parent 7cdf65c899
commit c449e15879
5 changed files with 30 additions and 50 deletions

4
p1/Vagrantfile vendored
View File

@ -36,7 +36,7 @@ Vagrant.configure("2") do |config|
server.vm.network "private_network", ip: "192.168.56.110", auto_config: true
server.vm.provision "shell", path: "install-all.sh"
# server.vm.provision "shell", path: "setup-S.sh"
server.vm.provision "shell", path: "setup-S.sh"
end
config.vm.define "#{IOT_LOGIN}SW" do |serverworker|
@ -44,6 +44,6 @@ Vagrant.configure("2") do |config|
serverworker.vm.network "private_network", ip: "192.168.56.111", auto_config: true
serverworker.vm.provision "shell", path: "install-all.sh"
# serverworker.vm.provision "shell", path: "setup-SW.sh"
serverworker.vm.provision "shell", path: "setup-SW.sh"
end
end