blob: 916dfd0a6868ef7cb966400acd39d89f5d58b981 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
- 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
|