Vagrant snapshot is really nice. Been dominating my workflow when testing ansible playbooks today.
“New provisioner: ansible_local - This executes Ansible on the guest machine rather than on the host machine.”
What is the best practice way to test ansible scripts? it seems like this would be a good candidate
I’ve found rolespec handy for testing ansible.
If you want to try linked clones for faster machine creation, be aware it’s not enabled by default https://docs.vagrantup.com/v2/virtualbox/configuration.html
“New provisioner: ansible_local - This executes Ansible on the guest machine rather than on the host machine.”
What is the best practice way to test ansible scripts? it seems like this would be a good candidate
I’ve found rolespec handy for testing ansible.
If you want to try linked clones for faster machine creation, be aware it’s not enabled by default https://docs.vagrantup.com/v2/virtualbox/configuration.html