Add missing -i to inventory command line argument
This commit is contained in:
parent
806d56e97d
commit
0c8500e81a
@ -5,5 +5,5 @@ Instructions
|
|||||||
2. Run ``source <ansible repo folder>/hacking/env-setup``
|
2. Run ``source <ansible repo folder>/hacking/env-setup``
|
||||||
3. Run ``cp infra_config.yml.sample infra_config.yml``
|
3. Run ``cp infra_config.yml.sample infra_config.yml``
|
||||||
4. Edit infra_config.yml and put your environment values
|
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``
|
5. Run ``ansible-playbook -i <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``
|
6. Run ``ansible-playbook -i <ansible repo folder>/plugins/inventory/openstack.py -e "@infra_config.yml" site.yml``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user