Modify readme and added .gitignore file
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/cf8be0d6 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/cf8be0d6 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/cf8be0d6 Branch: refs/heads/develop Commit: cf8be0d640cba67469cdcffab4b53d19025243cc Parents: c5b37ac Author: Shameera Rathnayaka <[email protected]> Authored: Fri Jul 29 01:20:05 2016 -0400 Committer: Shameera Rathnayaka <[email protected]> Committed: Fri Jul 29 01:20:05 2016 -0400 ---------------------------------------------------------------------- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/cf8be0d6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d939922 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +site.retry http://git-wip-us.apache.org/repos/asf/airavata/blob/cf8be0d6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2f8a22c..072a50f 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Ansible script to deploy Apache Airavata - `ansible-playbook -i hosts site.yml -t "tags"` - `ansible-playbook -i hosts 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"` + ## Configurations - Set correct private key file to `ansible_ssh_private_key_file` property in group_vars/all
