openshift_facts.yml 169 B

12345678910
  1. ---
  2. - name: Gather OpenShift facts
  3. hosts: all
  4. gather_facts: no
  5. roles:
  6. - openshift_facts
  7. tasks:
  8. - openshift_facts:
  9. register: result
  10. - debug: var=result