Home OpenStack-Ansible Installation Guide
Here are a few steps to execute before running any playbook:
Make sure all the files edited in /etc/ are ansible YAML compliant. Guidelines can be found here: http://docs.ansible.com/ansible/YAMLSyntax.html
Check the integrity of your yaml files using a yaml linter.
Note
Here is an online linter: http://www.yamllint.com/
Run your command with syntax-check, for example, in the playbooks directory:
# openstack-ansible setup-infrastructure.yml --syntax-check
Recheck that all indentation seems correct: the syntax of the configuration files can be correct while not being meaningful for openstack-ansible.