mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
9 lines
148 B
YAML
9 lines
148 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
ansible_ec2_local_ipv4: "1.1.1.1"
|
|
ansible_ec2_instance_id: "NONE"
|
|
roles:
|
|
- role: aws_common
|