diff --git a/README.md b/README.md index 39eaaf3..aa0a2f5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Instructions ============ -1. Clone ansible repo from source (http://docs.ansible.com/intro_installation.html) -2. Run ``source /hacking/env-setup`` +1. Run ``bash setup_env.sh`` +2. Run ``source /opt/stack/ansible/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 -i /plugins/inventory/openstack.py -e "@infra_config.yml" provision_infra_servers.yml``