Sign inSign up

zzorica/packer-ansible-aws-terraform

By zzorica

Updated over 5 years ago

Image with packer, ansible, aws and terraform tools

Image
0

1.4K

zzorica/packer-ansible-aws-terraform repository overview

Container with ansible, packer, aws and terraform CLI tools

Image created for the purpose of CI/CD tools.

For example in circleci pipeline to automatically create packer images provisioned by ansible and then uploaded to aws.

In Dockerfile you can specify which version of the tools you need and then just rebuild the image

ARG ANSIBLE_VERSION="2.10.1"
ARG AWSCLI_VERSION="1.18.159"
ARG PACKER_VERSION="1.6.4"
ARG TERRAFORM_VERSION="0.13.4"

Tag summary

Content type

Image

Digest

Size

96.8 MB

Last updated

over 5 years ago

docker pull zzorica/packer-ansible-aws-terraform