mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Molecule may not set the v4 address, so force it.
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
ansible_ec2_local_ipv4: "1.1.1.1"
|
ansible_ec2_local_ipv4: "1.1.1.1"
|
||||||
|
ansible_default_ipv4:
|
||||||
|
address: "9.9.9.9"
|
||||||
ansible_ec2_instance_id: "NONE"
|
ansible_ec2_instance_id: "NONE"
|
||||||
roles:
|
roles:
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
|
|||||||
Reference in New Issue
Block a user