initialize_facts.yml 239 B

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