mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update documentation
Update documentation to reflect new Packer environment Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
9f8e1cd6f8
commit
a9d816d7a9
2 changed files with 8 additions and 0 deletions
|
|
@ -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
7
packer/README.md
Normal 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.
|
||||
Loading…
Reference in a new issue