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

- name: Gather Cluster facts
  hosts: oo_all_hosts
  roles:
  - openshift_facts
  tasks:
  - openshift_facts: {}
    register: result
  - debug:
      var: result