Created
July 31, 2018 10:19
-
-
Save Akasurde/5e28e6ecb9ae1262176cdc78a9b91bd3 to your computer and use it in GitHub Desktop.
Instructions for the DevConf Ansible Workshop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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