This commit is contained in:
Azra Sulthana
2019-07-11 05:37:23 +00:00
parent b960c1c4cb
commit 12c31d5c59
2 changed files with 1 additions and 1 deletions

View File

@@ -11,4 +11,4 @@
- name: Use EC2 instance ID for cluster node ID
set_fact:
atl_cluster_node_id: "{{ ansible_ec2_instance_id }}"
atl_local_ipv4: "{{ ansible_ec2_local_ipv4 | default(ansible_default_ipv4) }}"
atl_local_ipv4: "{{ ansible_ec2_local_ipv4 | default(ansible_default_ipv4.address) }}"