Skip to content

Instantly share code, notes, and snippets.

@HalisCz
Created October 15, 2018 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HalisCz/9b38f63770b55adac4e1d264128d34f3 to your computer and use it in GitHub Desktop.
Save HalisCz/9b38f63770b55adac4e1d264128d34f3 to your computer and use it in GitHub Desktop.
# Home preparation
Because Ansible is unsupported to run from Windows boxes, and for the sake of unified environment during this workshop, we are going to use Vagrant and VirtualBox to create our testing environment. With Linux, MacOS or Windows, we will have the same environment.
## Tasks:
- get vagrant and virtualbox installed on your computer
- [Vagrant](https://www.vagrantup.com/)
- [VirtualBox](https://www.virtualbox.org/)
- download your vagrant boxes in advance by running:
```
vagrant box add ubuntu/bionic64
vagrant box add geerlingguy/centos7
```
Note: Be aware that there is a [known bug on some macOS versions](https://matthewpalmer.net/blog/2017/12/10/install-virtualbox-mac-high-sierra/index.html)
@evgenyfedorov2
Copy link

Hi Michal,

Are there any specific requirements if I create the VMs in Azure? Just CentOS 7.3 and UbuntuServer-18.04-LTS machines would be fine, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment