blob: e30442ccc8359782c7b37bad465fd85b32d1b894 (
plain)
1
2
3
4
5
|
- name: "Associating public host names with ids"
set_fact: "ands_host_{{ host_id }}_public_hostname={{ host.value['ands_openshift_public_hostname'] }}"
- name: "Associating openshift fqdn with ids"
set_fact: "ands_host_{{ host_id }}_openshift_fqdn={{ host.value['ands_openshift_fqdn'] }}"
|