openshift_facts.yml 278 B

12345678910111213
  1. ---
  2. - import_playbook: ../init/main.yml
  3. - name: Gather Cluster facts
  4. hosts: oo_all_hosts
  5. roles:
  6. - openshift_facts
  7. tasks:
  8. - openshift_facts:
  9. openshift_env: "{{ hostvars[inventory_hostname] | oo_openshift_env }}"
  10. register: result
  11. - debug:
  12. var: result