summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
blob: cd282270f4888a2111b78ada703d38f83aa222d8 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Gather OpenShift facts
  hosts: all
  gather_facts: no
  roles:
  - openshift_facts
  tasks:
  - openshift_facts:
    register: result
  - debug: var=result