openshift_facts.yml 448 B

12345678910111213141516171819
  1. ---
  2. - include: openshift-cluster/initialize_groups.yml
  3. tags:
  4. - always
  5. - include: ../common/openshift-cluster/std_include.yml
  6. tags:
  7. - always
  8. - name: Gather Cluster facts
  9. # Temporarily reverting to OSEv3 until group standardization is complete
  10. hosts: OSEv3
  11. roles:
  12. - openshift_facts
  13. tasks:
  14. - openshift_facts:
  15. openshift_env: "{{ hostvars[inventory_hostname] | oo_openshift_env }}"
  16. register: result
  17. - debug: var=result