--- - name: Initialize host facts hosts: oo_all_hosts any_errors_fatal: true roles: - openshift_facts tasks: - openshift_facts: role: common local_facts: hostname: "{{ openshift_hostname | default(None) }}"