Ansible Playbook
And than you can launch the ansible provisioning with (note that the vms must be in a running state, so vagrant up must have been done before that)
Or you can run playbooks one by one (mostly for debug or if you get trouble during install)
The main.yml playbook is build in multiples parts. each parts can be re-run independently but the play order must be keep in cas you want to play one by one :
When you finish playing you could do :
To just relaunch the lab (no need to replay ansible as you already do that in the first place)
If you got some errors see the troubleshooting section at the end of the document, but in most case if you get errors during install, don't think and just replay the main playbook (most of the errors which could came up are due to windows latency during installation, wait few minutes and replay the main.yml playbook)
Last updated