From a9d816d7a9cd21b2f38a704742aeb4597f0a89b9 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 2 Jun 2017 10:06:27 -0600 Subject: [PATCH] Update documentation Update documentation to reflect new Packer environment Signed-off-by: Scott Lowe --- README.md | 1 + packer/README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 packer/README.md diff --git a/README.md b/README.md index 9a2e951..808b69f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packer/README.md b/packer/README.md new file mode 100644 index 0000000..3ed225f --- /dev/null +++ b/packer/README.md @@ -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.