Add README file

This commit is contained in:
Ricardo Carrillo Cruz 2015-05-26 13:08:46 +02:00
parent e9d48ce3be
commit 776c1e0387
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
Instructions
============
1. Clone ansible repo from source (http://docs.ansible.com/intro_installation.html)
2. Run ``source <ansible repo folder>/hacking/env-setup``
3. Run ``cp infra_config.yml.sample infra_config.yml``
4. Edit infra_config.yml and put your environment values
5. Run ``ansible-playbook <ansible repo folder>/plugins/inventory/openstack.py -e "@infra_config.yml" provision_infra_servers.yml``
6. Run ``ansible-playbook <ansible repo folder>/plugins/inventory/openstack.py -e "@infra_config.yml" site.yml``