mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
11 lines
199 B
YAML
11 lines
199 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
vars:
|
|
ansible_ec2_local_ipv4: "1.1.1.1"
|
|
ansible_default_ipv4:
|
|
address: "9.9.9.9"
|
|
ansible_ec2_instance_id: "NONE"
|
|
roles:
|
|
- role: aws_common
|