mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「✨」 feat: working p1 (i thinkl)
This commit is contained in:
4
p1/Vagrantfile
vendored
4
p1/Vagrantfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user