summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
blob: babdfb95243db79a69cf62a3c7b6e4165461c730 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Gather Cluster facts
  hosts: OSEv3
  roles:
  - openshift_facts
  tasks:
  - openshift_facts:
    register: result
  - debug: var=result