summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
blob: 75b606e616ac7d9f15b4476adce514ed7d360041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- include: openshift-cluster/initialize_groups.yml
  tags:
  - always

- include: ../common/openshift-cluster/std_include.yml
  tags:
  - always

- name: Gather Cluster facts
  hosts: g_all_hosts
  roles:
  - openshift_facts
  tasks:
  - openshift_facts:
      openshift_env: "{{ hostvars[inventory_hostname] | oo_openshift_env }}"
    register: result
  - debug: var=result