Added static IP to customer0

This commit is contained in:
strNophix 2022-02-12 16:54:58 +01:00
parent 30b59dba5b
commit 52505d6fb3
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,9 @@ Vagrant.configure("2") do |config|
config.vm.define "bloated-debian-web01" do |web01| config.vm.define "bloated-debian-web01" do |web01|
web01.vm.box = "ubuntu/focal64" web01.vm.box = "ubuntu/focal64"
web01.vm.hostname = "bloated-debian-web01" web01.vm.hostname = "bloated-debian-web01"
web01.vm.network :private_network, ip: "192.168.56.11"
web01.vm.provision "file", source: "./.ssh/id_rsa.pub", destination: "~/.ssh/authorized_keys" web01.vm.provision "file", source: "./.ssh/id_rsa.pub", destination: "~/.ssh/authorized_keys"
web01.vm.provider "virtualbox" do |vb| web01.vm.provider "virtualbox" do |vb|
vb.memory = "1024" vb.memory = "1024"

2
customer0/inventory Normal file
View File

@ -0,0 +1,2 @@
[ubuntu]
192.168.56.11