mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
parent
16bbc19674
commit
310eb833a4
3 changed files with 303 additions and 225 deletions
|
@ -66,7 +66,7 @@
|
|||
key_name: '{{ setup_key.key.name }}'
|
||||
instance_type: t2.micro
|
||||
state: present
|
||||
image: '{{ ec2_ami_image[ec2_region] }}'
|
||||
image: '{{ ec2_region_images[ec2_region] }}'
|
||||
wait: yes
|
||||
instance_tags:
|
||||
'{{ec2_ami_name}}_instance_setup': 'integration_tests'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue