AIRAVATA-2335 Updating README
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f9eb7bc7 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f9eb7bc7 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f9eb7bc7 Branch: refs/heads/develop Commit: f9eb7bc70da5179ed8ab586064d5ca94932982ef Parents: 2a41071 Author: Marcus Christie <[email protected]> Authored: Thu Mar 9 12:09:00 2017 -0500 Committer: Marcus Christie <[email protected]> Committed: Thu Mar 9 12:09:00 2017 -0500 ---------------------------------------------------------------------- dev-tools/ansible/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/f9eb7bc7/dev-tools/ansible/README.md ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/README.md b/dev-tools/ansible/README.md index aa72e4e..f2b8a6c 100644 --- a/dev-tools/ansible/README.md +++ b/dev-tools/ansible/README.md @@ -22,13 +22,13 @@ There are ansible roles to install Airavata pre-requisites (RabbitMQ, Zookeeper, ## Useful commands -- `ansible-playbook -i hosts site.yml` -- `ansible-playbook -i hosts site.yml -t "tags"` -- `ansible-playbook -i hosts site.yml --start-at-task="name of the ansible task"` +- `ansible-playbook -i inventories/develop site.yml` +- `ansible-playbook -i inventories/develop site.yml -t "tags"` +- `ansible-playbook -i inventories/develop site.yml --start-at-task="name of the ansible task"` To deploy pga run following. see site.yml (playbook) file for other available tags. -- `ansible-playbook -i hosts site.yml -t "pga"` +- `ansible-playbook -i inventories/develop site.yml -t "pga"` ## Configurations
