Puppet #1 - server sandbox using Vagrant @itvraag
Puppet #1 - server sandbox using Vagrant  @itvraag
Uploaded November 2021 | Updated September 2026, 2 weeks ago
In this video we'll create a VM sandbox using Vagrant in order to play with Puppet server in future videos.
Generic/centos8 vagrant box: app.vagrantup.com/generic/boxes/centos8
https://itvraag.nl

Download Vagrant: vagrantup.com/downloads

Vagrantfile:
Vagrant.configure("2") do |config|

config.vm.box = "generic/centos8"
config.vm.hostname = "master.puppet.vm"

config.vm.provider "virtualbox" do |v|
v.name = "master.puppet.vm"
v.memory = 2048
v.cpus = 2
end

end
Puppet #1 - server sandbox using VagrantFirst five things to do on Windows 10Git #2 - ignore file (dont share my password!)BlackBerry Torch 9860 - Removing Cover/Battery/SIM/SD CardCar Holders: Magnet vs. SupergripDIY: Make Your Own (Oculus Rift) VR Goggles (With Google Cardboard)What Do Nuclear Fuel and AI Have in Common?AI Alignment Problem: Extremes of OptimizationPrepare a host and install CentOS 8 VM in VirtualBox for home lab testingBash #10 - Combining commands (skip waiting)Bypass the Scalpers and Buy Your PS5 Directly from SonyBash #8 - applying bash in Windows & MacOS
itvraag |

Puppet #1 - server sandbox using Vagrant

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER