summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
blob: a21b6a0a5d5525a131e00b8a256336cc988a3d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- include: ../common/openshift-cluster/std_include.yml
  tags:
  - always

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