A few weeks back, I posted how excited I was to get #Vagrant set up to run VMs on my Chromebook since I was intending to use it as a way to test/learn/generally-fool-around-with Salt:
https://www.virtuallypotato.com/create-vms-chromebook-hashicorp-vagrant/
I finally circled back to create a Vagrantfile to define an environment with a Salt master and four Salt minions running on different Linux distributions. I'm eager to play with this!
https://github.com/jbowdre/Vagrantfiles/blob/main/salt/Vagrantfile
#CoSoTech
A few more days of tinkering and my initial #Vagrant setup has evolved to a nice little #Saltstack lab environment.
So I renamed the repo accordingly:
https://github.com/jbowdre/vagrant-saltlab
I'm having a lot of fun figuring things out, like how a top file is used to automatically assign states to minions. Having this ready-to-go-at-the-drop-of-a-hat lab is going to be a big help on my learning journey.