Update documentation

Update documentation to reflect new Packer environment

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
Scott Lowe 2017-06-02 10:06:27 -06:00
parent 9f8e1cd6f8
commit a9d816d7a9
No known key found for this signature in database
GPG key ID: 949F43F6E6C11780
2 changed files with 8 additions and 0 deletions

View file

@ -20,6 +20,7 @@ The contents of this repository are organized according to primary technology ar
* Network operating systems (JunOS, EOS, Cumulus, etc.)
* OpenStack
* Open vSwitch (OVS) and Open Virtual Network (OVN)
* Packer
* Photon OS
* The rkt ("Rocket") container runtime
* SSH

7
packer/README.md Normal file
View file

@ -0,0 +1,7 @@
# Learning Tools: Packer
This folder contains materials for working with Packer, a tool for automating the creation of machine images.
## Contents
**aws-ami-ansible:** This directory provides an example of how to use Packer with Ansible to build a custom AWS AMI.