Skip to content

Instantly share code, notes, and snippets.

@Akasurde
Created July 31, 2018 10:19
Show Gist options
  • Save Akasurde/5e28e6ecb9ae1262176cdc78a9b91bd3 to your computer and use it in GitHub Desktop.
Save Akasurde/5e28e6ecb9ae1262176cdc78a9b91bd3 to your computer and use it in GitHub Desktop.
Instructions for the DevConf Ansible Workshop
1. Download and Install VirtualBox - https://www.virtualbox.org/wiki/Downloads (Please check respective OS instructions)
2. Download and Install Vagrant - http://www.vagrantup.com/downloads.html (Please check OS specific instructions)
3. Create a new directory
4. From the command line, run the following commands: (This will download Fedora 28 image and save as box)
$ vagrant init fedora/28-cloud-base
$ vagrant up
$ vagrant ssh
$ exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment