Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add symbolic link to the ansible-playbooks repo and add info to README.
Mason Packard committed Aug 20, 2016
1 parent 803f50b commit c696a80
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -5,3 +5,4 @@ output-virtualbox-iso/*
builds/*
output-xfs/*
output-ext4/*
ansible-playbooks
9 changes: 9 additions & 0 deletions README.md
@@ -36,6 +36,15 @@ This template only is tested against 64 bit systems. With the following sizing r

The templates are only tested with [packer](http://www.packer.io/downloads.html) 0.10.1 and later.

Your will need to provide a symbolic link to the `ansible-playbooks` directory for matching repo location.
```
ln -s ../ansible-playbooks ansible-playbooks
or
ln -s /path/to/ansible-playbooks ansible-playbooks
```

### Pre-Requisites for AWS / AMI import

- IAM needs to be setup for the `vmimport` role per the [AWS guide](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/VMImportPrerequisites.html#vmimport-service-role).

0 comments on commit c696a80

Please sign in to comment.