openshift_facts.yml 196 B

123456789101112
  1. ---
  2. - include: ../init/main.yml
  3. - name: Gather Cluster facts
  4. hosts: oo_all_hosts
  5. roles:
  6. - openshift_facts
  7. tasks:
  8. - openshift_facts: {}
  9. register: result
  10. - debug:
  11. var: result