Added static IP to customer0
This commit is contained in:
parent
30b59dba5b
commit
52505d6fb3
3
customer0/Vagrantfile
vendored
3
customer0/Vagrantfile
vendored
@ -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
2
customer0/inventory
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[ubuntu]
|
||||||
|
192.168.56.11
|
Loading…
x
Reference in New Issue
Block a user