mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
VTWO-14496 : continue configuring machine
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -8,6 +8,8 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/stretch64"
|
||||
config.vm.box_version = "= 9.9.1"
|
||||
|
||||
config.vm.network "private_network", type: "dhcp"
|
||||
|
||||
# greet from every configured VM, revealing its hostname
|
||||
config.vm.provision "shell", inline: "echo Hello from \$HOSTNAME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user