scottslowe-learning-tools/packer/aws-ami-ansible/variables.json
Scott Lowe e47be03d9c
Add files for building AMI with Packer
Add Packer build template, variables file, Ansible role and playbook, and instructions for how to use them to build a Docker CE-provisioned custom AMI on AWS.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-06-02 10:00:59 -06:00

7 lines
183 B
JSON

{
"ami_name_prefix": "test",
"aws_region": "us-east-1",
"aws_vpc_id": "vpc-XXXXXXXX",
"aws_subnet_id": "subnet-XXXXXXXX",
"ami_description": "Test Packer Build"
}