initialize_facts.yml 214 B

12345678910
  1. ---
  2. - name: Initialize host facts
  3. hosts: oo_all_hosts
  4. roles:
  5. - openshift_facts
  6. tasks:
  7. - openshift_facts:
  8. role: common
  9. local_facts:
  10. hostname: "{{ openshift_hostname | default(None) }}"