mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
DCD-1123: Add roles to support creating multiple basic EC2 instances into a VPC.
This commit is contained in:
16
migraion-video-instances.yml
Normal file
16
migraion-video-instances.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: True
|
||||
become: False
|
||||
|
||||
vars:
|
||||
vpc_name: "DCD-Migration-Video"
|
||||
business_unit: "Engineering-Server"
|
||||
resource_owner: "{{ ansible_user_id }}"
|
||||
aws_region: "us-west-2"
|
||||
|
||||
roles:
|
||||
- { role: aws-vpc }
|
||||
- { role: ec2-instance, vars: { instance_name: "Jira Software Migration Source Instance" } }
|
||||
- { role: ec2-instance, vars: { instance_name: "Jira ServiceDesk Migration Source Instance" } }
|
||||
Reference in New Issue
Block a user