The current incarnation of the installer is not very verbose, but it should verbosely log (configurably). The current iterations of oo-install log to /tmp and that would be just fine in my book.
The enterprise2 branch on my fork (https://github.com/detiber/openshift-ansible/tree/enterprise2) has been updated with an ansible.cfg file. If running ansible-playbook from the root of the git repo, the ansible.cfg is set to log to /tmp/ansible.log.
This can be verified using the beta2 training doc: This can be verified using the beta2 training doc: https://github.com/openshift/training/blob/master/beta-2-setup.md
Verify and pass following https://github.com/openshift/training/blob/master/beta-2-setup.md 1. first: turn on log in /etc/ansible/ansible.cfg log_path = /var/log/ansible.log 2. create an empty log file /var/log/ansible.log 3. run ansible and check the log file, the error can be tracked. cat /var/log/ansible.log 2015-03-09 15:13:06,712 p=7867 u=root | 2015-03-09 15:13:06,712 p=7867 u=root | /usr/bin/ansible-playbook playbooks/byo/config.yml 2015-03-09 15:13:06,712 p=7867 u=root | 2015-03-09 15:13:06,714 p=7867 u=root | ERROR: the playbook: playbooks/byo/config.yml could not be found 2015-03-09 15:13:11,900 p=7872 u=root | 2015-03-09 15:13:11,901 p=7872 u=root | /usr/bin/ansible-playbook playbooks/byo/config.yml 2015-03-09 15:13:11,901 p=7872 u=root | 2015-03-09 15:13:11,902 p=7872 u=root | ERROR: the playbook: playbooks/byo/config.yml could not be found