ansible/test/integration/targets/ec2_ami/defaults/main.yml
Will Thames 37736ee87e Allow AWS image and snapshot creation/deletion
Provide all necessary permissions for AMI tests
Allow tests to run in us-east-2
Ensure `always` section gets used
Update tests to ensure that cleanup works better, and add
deletion idempotency test
2017-09-19 23:12:50 -07:00

8 lines
262 B
YAML

---
# defaults file for test_ec2_ami
ec2_ami_name: '{{resource_prefix}}'
ec2_ami_description: 'Created by ansible integration tests'
# image for Amazon Linux AMI 2017.03.1 (HVM), SSD Volume Type
ec2_ami_image:
us-east-1: ami-4fffc834
us-east-2: ami-ea87a78f