Red Hat Bugzilla – Bug 1462405
Relative path for collecting ansible openshift facts not correct/complete in prerequisites part of the doc
Last modified: 2017-06-17 05:15:17 EDT
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: