Document URL: https://access.redhat.com/documentation/en-us/openshift_container_platform/3.5/html-single/installation_and_configuration/#install-config-install-prerequisites Section Number and Name: 2.2.2.4.2. Overriding Detected IP Addresses and Host Names Describe the issue: Running the suggested command from a random location in the OS (say root's homedir) will fail. The documentation refers to a relative path instead of absolute. # ansible-playbook -i inventory playbooks/byo/openshift_facts.yml ERROR! the playbook: playbooks/byo/openshift_facts.yml could not be found Suggestions for improvement: The command should be changed to: # ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/byo/openshift_facts.yml Additional information:
Since this BZ was filed, this section was updated. In the Overriding Detected IP Addresses and Host Names section of https://access.redhat.com/documentation/en-us/openshift_container_platform/3.5/html-single/installation_and_configuration/#envirornment-requirements, the command is now # ansible-playbook playbooks/byo/openshift_facts.yml. Closing this, but please let me know if this needs reopened.