Skip to content

Commit f77076a

Browse files
committed
Add guide to security README [ci skip].
1 parent 45c6197 commit f77076a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

security/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22

33
This directory contains playbooks used for security hardening with Ansible, and is meant as a companion to the examples and text in chapter 11 of [Ansible for DevOps](https://www.ansiblefordevops.com).
44

5-
## Usage
5+
## Quick Start Guide
66

7-
TODO.
7+
### 1 - Install dependencies (VirtualBox, Vagrant, Ansible)
8+
9+
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
10+
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
11+
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
12+
13+
Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windows hosts are unsupported at this time.*
14+
15+
### 2 - Build the Virtual Machine
16+
17+
1. Download this project and put it wherever you want.
18+
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file).
19+
3. Type in `vagrant up`, and let Vagrant do its magic.
20+
21+
Note: *If there are any errors during the course of running `vagrant up`, and it drops you back to your command prompt, just run `vagrant provision` to continue building the VM from where you left off. If there are still errors after doing this a few times, post an issue to this project's issue queue on GitHub with the error.*
822

923
## About the Author
1024

0 commit comments

Comments
 (0)