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.