diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd869a2 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Instructions +============ + +1. Clone ansible repo from source (http://docs.ansible.com/intro_installation.html) +2. Run ``source /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 /plugins/inventory/openstack.py -e "@infra_config.yml" provision_infra_servers.yml`` +6. Run ``ansible-playbook /plugins/inventory/openstack.py -e "@infra_config.yml" site.yml``