summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
blob: 29e0ebe8db9c4678acaeda21a908f7595f862943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- include: ../init/main.yml

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