mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
606 B
YAML
21 lines
606 B
YAML
7 years ago
|
---
|
||
|
# defaults file for ec2_instance
|
||
|
ec2_instance_name: '{{resource_prefix}}-node'
|
||
|
ec2_instance_owner: 'integration-run-{{resource_prefix}}'
|
||
|
ec2_ami_image:
|
||
|
# https://wiki.centos.org/Cloud/AWS collected 2018-01-10
|
||
|
ap-northeast-1: ami-571e3c30
|
||
|
ap-northeast-2: ami-97cb19f9
|
||
|
ap-south-1: ami-11f0837e
|
||
|
ap-southeast-1: ami-30318f53
|
||
|
ap-southeast-2: ami-24959b47
|
||
|
ca-central-1: ami-daeb57be
|
||
|
eu-central-1: ami-7cbc6e13
|
||
|
eu-west-1: ami-0d063c6b
|
||
|
eu-west-2: ami-c22236a6
|
||
|
sa-east-1: ami-864f2dea
|
||
|
us-east-1: ami-ae7bfdb8
|
||
|
us-east-2: ami-9cbf9bf9
|
||
|
us-west-1: ami-7c280d1c
|
||
|
us-west-2: ami-0c2aba6c
|