openshift_facts.yml 373 B

123456789101112131415161718
  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. hosts: OSEv3
  10. roles:
  11. - openshift_facts
  12. tasks:
  13. - openshift_facts:
  14. openshift_env: "{{ hostvars[inventory_hostname] | oo_openshift_env }}"
  15. register: result
  16. - debug: var=result