Difference between revisions of "Vagrant file syntax and examples"
From MyWiki
Line 2: | Line 2: | ||
Link for configuring shell scripts - https://www.vagrantup.com/docs/provisioning/shell.html<br> | Link for configuring shell scripts - https://www.vagrantup.com/docs/provisioning/shell.html<br> | ||
[[ Examples of various Vagrant files ]]<br> | [[ Examples of various Vagrant files ]]<br> | ||
+ | [[ Running an ansible playbook from Vagrantfile ]]<br> |
Latest revision as of 11:57, 23 August 2017
Configuring bridged network address and calling an ansible playbook
Link for configuring shell scripts - https://www.vagrantup.com/docs/provisioning/shell.html
Examples of various Vagrant files
Running an ansible playbook from Vagrantfile