mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 10:23:13 -06:00
DCD-1123: Add roles to support creating multiple basic EC2 instances into a VPC.
This commit is contained in:
8
roles/ec2-instance/defaults/main.yml
Normal file
8
roles/ec2-instance/defaults/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
ec2_ami_owner: "amazon"
|
||||
ec2_ami_description: "Amazon Linux 2 AMI 2.0.* x86_64 HVM gp2"
|
||||
ec2_type: "t3a.xlarge"
|
||||
ec2_disk_size: "512"
|
||||
ec2_keypair: "taskcat-ci-key"
|
||||
|
||||
Reference in New Issue
Block a user