summaryrefslogtreecommitdiffstats
path: root/roles/ands_facts/tasks/node.yml
blob: 59d2d80ffed194d0c5bd98e0032512d77cf05100 (plain)
1
2
3
4
5
- name: "Associating public host names with ids (host_id: {{ host_id }})"
  set_fact: "ands_host_{{ host_id }}_public_hostname={{ host.value['ands_openshift_public_hostname'] }}"

- name: "Associating openshift fqdn with ids (host_id: {{ host_id }})"
  set_fact: "ands_host_{{ host_id }}_openshift_fqdn={{ host.value['ands_openshift_fqdn'] }}"