added pga-test host and tag
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/fa3fb2e6 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/fa3fb2e6 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/fa3fb2e6 Branch: refs/heads/ansible-testing-0.17 Commit: fa3fb2e68c192594747a00c2a0b4e5a6951b4e11 Parents: 0ca9853 Author: jecoulte <[email protected]> Authored: Fri Jan 27 11:58:00 2017 -0500 Committer: jecoulte <[email protected]> Committed: Fri Jan 27 11:58:00 2017 -0500 ---------------------------------------------------------------------- dev-tools/ansible/site.yml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/fa3fb2e6/dev-tools/ansible/site.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/site.yml b/dev-tools/ansible/site.yml index 69ff15b..a5b1b81 100644 --- a/dev-tools/ansible/site.yml +++ b/dev-tools/ansible/site.yml @@ -73,4 +73,10 @@ - env_setup - pga +- hosts: pga-test + tags: pga-test + roles: + - env_setup + - pga + ...
