mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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>
7 lines
183 B
JSON
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"
|
|
}
|