removed pga-test hosts
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/989cfa3b Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/989cfa3b Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/989cfa3b Branch: refs/heads/ansible-testing-0.17 Commit: 989cfa3ba620bd63fb18284a53e7f6575a057624 Parents: fa3fb2e Author: jecoulte <[email protected]> Authored: Fri Jan 27 11:58:29 2017 -0500 Committer: jecoulte <[email protected]> Committed: Fri Jan 27 11:58:29 2017 -0500 ---------------------------------------------------------------------- dev-tools/ansible/hosts | 3 --- dev-tools/ansible/site.yml | 6 ------ 2 files changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/989cfa3b/dev-tools/ansible/hosts ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/hosts b/dev-tools/ansible/hosts index 26c312d..661779e 100644 --- a/dev-tools/ansible/hosts +++ b/dev-tools/ansible/hosts @@ -25,9 +25,6 @@ [pga] 149.165.170.103 -[pga-test] -192.168.56.99 ansible_user=jecoulte ansible_become=true become_method=sudo ansible_ssh_user=jecoulte - [local] localhost ansible_connection=local http://git-wip-us.apache.org/repos/asf/airavata/blob/989cfa3b/dev-tools/ansible/site.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/site.yml b/dev-tools/ansible/site.yml index a5b1b81..69ff15b 100644 --- a/dev-tools/ansible/site.yml +++ b/dev-tools/ansible/site.yml @@ -73,10 +73,4 @@ - env_setup - pga -- hosts: pga-test - tags: pga-test - roles: - - env_setup - - pga - ...
