Files
dc-deployments-automation/migraion-video-instances.yml
2020-10-21 10:48:42 +11:00

21 lines
486 B
YAML

---
- 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"
ec2_termination_protection: True
dns_domain: "deplops.com"
roles:
- role: aws-vpc
- role: ec2-instance
vars:
instance_name: "Jira Software Migration Source Instance"
instance_hostname: "jira-software-before"