summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_facts.yml
blob: 04dde632b0273ce6a6b5b432fd36810d7fe8831c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Initialize host facts
  hosts: oo_all_hosts
  any_errors_fatal: true
  roles:
  - openshift_facts
  tasks:
  - openshift_facts:
      role: common
      local_facts:
        hostname: "{{ openshift_hostname | default(None) }}"
  - set_fact:
      openshift_docker_hosted_registry_network: "{{ hostvars[groups.oo_first_master.0].openshift.common.portal_net }}"