From 776c1e03876750153261165e146db3af54037ac5 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Tue, 26 May 2015 13:08:46 +0200 Subject: [PATCH] Add README file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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``