openshift_facts.yml 302 B

1234567891011121314
  1. ---
  2. - include: ../common/openshift-cluster/std_include.yml
  3. tags:
  4. - always
  5. - name: Gather Cluster facts
  6. hosts: OSEv3
  7. roles:
  8. - openshift_facts
  9. tasks:
  10. - openshift_facts:
  11. openshift_env: "{{ hostvars[inventory_hostname] | oo_openshift_env }}"
  12. register: result
  13. - debug: var=result