Creation dcoker agents

This commit is contained in:
2025-12-18 13:27:45 +01:00
parent 93c5d78386
commit 2165d3ee84
3 changed files with 21 additions and 0 deletions

6
Vagrantfile vendored
View File

@@ -27,4 +27,10 @@ Vagrant.configure(2) do |config|
end
end
config.vm.define "agent2" do |agent2|
agent2.vm.box = "bento/ubuntu-24.04"
agent2.vm.network "private_network", ip: "192.168.11.14"
agent2.vm.hostname = "agent2"
end
end