DCD-352: Move some vars shared by Confluence and Synchrony to a confluence_common role.

This commit is contained in:
Steve Smith
2019-05-28 13:35:36 +10:00
parent 63c6e4bf51
commit de9453b8ca
6 changed files with 17 additions and 7 deletions

View File

@@ -11,3 +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.address) }}"