You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/11/03 17:11:57 UTC

[airavata] branch master updated: Updating production inventory for 0.19 release

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new c310860  Updating production inventory for 0.19 release
c310860 is described below

commit c310860ad7e013277c9ea25c259fc19d94abd69c
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Sun Nov 3 12:11:43 2019 -0500

    Updating production inventory for 0.19 release
---
 .../scigap/dreg-production/group_vars/all/vars.yml | 30 ++++++++++
 .../dreg-production/host_vars/{ => dreg}/vars.yml  | 31 ++++++++--
 .../dreg-production/host_vars/{ => dreg}/vault.yml |  0
 .../inventories/scigap/dreg-production/hosts       | 19 ++-----
 .../pfec-hydro-production/group_vars/all/vars.yml  | 30 ++++++++++
 .../host_vars/{ => futurewater}/vars.yml           | 29 ++++++++--
 .../host_vars/{ => futurewater}/vault.yml          |  0
 .../inventories/scigap/pfec-hydro-production/hosts | 19 ++-----
 .../scigap/production/host_vars/Kentucky/vars.yml  |  1 -
 .../production/host_vars/NCSAIndustry/vars.yml     |  1 -
 .../production/host_vars/ampgateway/vars.yml       |  1 -
 .../scigap/production/host_vars/csbglsu/vars.yml   |  1 -
 .../production/host_vars/distantreader/vars.yml    |  1 -
 .../production/host_vars/epwgateway/vars.yml       |  5 +-
 .../production/host_vars/georgiastate/vars.yml     |  1 -
 .../scigap/production/host_vars/hubzero/vars.yml   |  1 -
 .../scigap/production/host_vars/iugateway/vars.yml |  3 -
 .../scigap/production/host_vars/mines/vars.yml     |  1 -
 .../production/host_vars/nanoconfinement/vars.yml  |  1 -
 .../scigap/production/host_vars/nanoshape/vars.yml |  1 -
 .../production/host_vars/newmexicostate/vars.yml   |  1 -
 .../scigap/production/host_vars/nexttdb/vars.yml   |  1 -
 .../scigap/production/host_vars/oscer/vars.yml     |  1 -
 .../scigap/production/host_vars/phasta/vars.yml    |  1 -
 .../scigap/production/host_vars/r-hpc/vars.yml     |  1 -
 .../production/host_vars/rutgersgemr/vars.yml      |  1 -
 .../scigap/production/host_vars/saverx/vars.yml    |  1 -
 .../scigap/production/host_vars/sdstate/vars.yml   |  1 -
 .../scigap/production/host_vars/seagrid/vars.yml   |  1 -
 .../scigap/production/host_vars/searchsra/vars.yml |  1 -
 .../scigap/production/host_vars/simccs/vars.yml    |  1 -
 .../production/host_vars/simvascular/vars.yml      |  1 -
 .../production/host_vars/snowvision/vars.yml       |  1 -
 .../production/host_vars/southdakota/vars.yml      |  1 -
 .../ansible/inventories/scigap/production/hosts    | 28 +++++++--
 .../production/pga_config/distantreader/vars.yml   |  1 +
 .../production/pga_config/iugateway/vars.yml       |  1 +
 .../scigap/production/pga_config/seagrid/vars.yml  |  1 +
 .../production/pga_config/searchingSRA/vars.yml    |  1 +
 .../production/pga_config/simvascular/vars.yml     |  1 +
 dev-tools/ansible/pga-scigap-prod.yml              | 66 +++++++++++-----------
 41 files changed, 186 insertions(+), 103 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/all/vars.yml
new file mode 100644
index 0000000..6b260f5
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/dreg-production/group_vars/all/vars.yml
@@ -0,0 +1,30 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+user_data_dir: "/var/www/portals/gateway-user-data"
+real_user_data_dir: "/data/gateway-user-data"
+## Airavata Client related variables
+airavata_server: "tls://{{ groups['api-orch'][0] }}"
+airavata_port: "9930"
+airavata_profile_service_server: "{{ groups['api-orch'][0] }}"
+oauth_service_url: "https://iam.scigap.org/auth"
+
+...
diff --git a/dev-tools/ansible/inventories/scigap/dreg-production/host_vars/vars.yml b/dev-tools/ansible/inventories/scigap/dreg-production/host_vars/dreg/vars.yml
similarity index 63%
rename from dev-tools/ansible/inventories/scigap/dreg-production/host_vars/vars.yml
rename to dev-tools/ansible/inventories/scigap/dreg-production/host_vars/dreg/vars.yml
index 9b3e311..ff72082 100644
--- a/dev-tools/ansible/inventories/scigap/dreg-production/host_vars/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/dreg-production/host_vars/dreg/vars.yml
@@ -19,10 +19,33 @@
 #
 
 ---
-airavata_django_repo: "https://github.com/shivamriky/airavata-django-portal.git"
-airavata_django_git_branch: "dreg"
-airavata_django_extra_dependencies:
-  - git+https://github.com/SciGaP/dreg-djangoapp.git@gbrowser#egg=dreg-djangoapp
+user: "pga"
+group: "pga"
+gateway_data_store_hostname: "dreg.dnasequence.org"
+gateway_data_store_resource_id: "js-156-72.jetstream-cloud.org_758cf5c0-71f4-4268-bb42-5ede23cfeea9"
+django_wsgi_processes: 2
+doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
+django_database_name: "django_{{ inventory_hostname }}"
+django_db_username: "django"
+django_db_password: "{{ vault_db_password }}"
+django_hidden_airavata_apps: "['django_airavata_dataparsers']"
+# TODO change
+# django_tus_endpoint: "https://tus.staging.scigap.org/files/"
+
+# Default email settings
+portal_email_host: "smtp.gmail.com"
+portal_email_port: 587
+portal_email_tls: true
+portal_email_username: "pga.airavata@gmail.com"
+portal_email_password: "{{ vault_portal_email_password }}"
+portal_server_email: "{{ portal_email_username }}"
+
+django_error_emails: "[('SciGaP Errors', 'bugs@scigap.org')]"
+
+airavata_django_repo: "https://github.com/apache/airavata-django-portal.git"
+airavata_django_git_branch: "master"
+# airavata_django_extra_dependencies:
+#   - git+https://github.com/SciGaP/dreg-djangoapp.git@gbrowser#egg=dreg-djangoapp
 
 vhost_servername: "django.dreg.scigap.org"
 vhost_ssl: True
diff --git a/dev-tools/ansible/inventories/scigap/dreg-production/host_vars/vault.yml b/dev-tools/ansible/inventories/scigap/dreg-production/host_vars/dreg/vault.yml
similarity index 100%
rename from dev-tools/ansible/inventories/scigap/dreg-production/host_vars/vault.yml
rename to dev-tools/ansible/inventories/scigap/dreg-production/host_vars/dreg/vault.yml
diff --git a/dev-tools/ansible/inventories/scigap/dreg-production/hosts b/dev-tools/ansible/inventories/scigap/dreg-production/hosts
index 7ec9a26..827e6d2 100644
--- a/dev-tools/ansible/inventories/scigap/dreg-production/hosts
+++ b/dev-tools/ansible/inventories/scigap/dreg-production/hosts
@@ -1,24 +1,15 @@
 ---
 # inventory file : scigap production deployment
 
-[zookeeper]
-scigap07.sciencegateways.iu.edu ansible_user=root
-
-[rabbitmq]
-scigap06.sciencegateways.iu.edu ansible_user=root
-
 [database]
-scigap05.sciencegateways.iu.edu ansible_user=root
+scigap01.sciencegateways.iu.edu ansible_user=root
 
 [api-orch]
-scigap06.sciencegateways.iu.edu ansible_user=root
-
-[helix]
-scigap07.sciencegateways.iu.edu ansible_user=root
-
-[kafka]
-scigap07.sciencegateways.iu.edu ansible_user=root
+scigap02.sciencegateways.iu.edu ansible_user=root
 
 [pga]
 # Hosted on Jetstream
 149.165.156.72 ansible_user=centos
+
+[django]
+dreg ansible_host=149.165.156.72 ansible_user=centos
diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/all/vars.yml
new file mode 100644
index 0000000..6b260f5
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/group_vars/all/vars.yml
@@ -0,0 +1,30 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+user_data_dir: "/var/www/portals/gateway-user-data"
+real_user_data_dir: "/data/gateway-user-data"
+## Airavata Client related variables
+airavata_server: "tls://{{ groups['api-orch'][0] }}"
+airavata_port: "9930"
+airavata_profile_service_server: "{{ groups['api-orch'][0] }}"
+oauth_service_url: "https://iam.scigap.org/auth"
+
+...
diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/vars.yml b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/futurewater/vars.yml
similarity index 70%
rename from dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/vars.yml
rename to dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/futurewater/vars.yml
index 82be8c6..5b6ec9b 100644
--- a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/futurewater/vars.yml
@@ -19,10 +19,31 @@
 #
 
 ---
-#airavata_django_repo: "https://github.com/shivamriky/airavata-django-portal.git"
-#airavata_django_git_branch: "dreg"
-airavata_django_extra_dependencies:
-  - git+https://github.com/SciGaP/dreg-djangoapp.git@gbrowser#egg=dreg-djangoapp
+
+user: "pga"
+group: "pga"
+gateway_data_store_hostname: "gateway.futurewater.indiana.edu"
+gateway_data_store_resource_id: "js-171-92.jetstream-cloud.org_1a76397d-cc28-4ec9-82e8-d27c5cf80c79"
+django_wsgi_processes: 2
+doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
+django_database_name: "django_{{ inventory_hostname }}"
+django_db_username: "django"
+django_db_password: "{{ vault_db_password }}"
+django_hidden_airavata_apps: "['django_airavata_dataparsers']"
+# TODO change
+# django_tus_endpoint: "https://tus.staging.scigap.org/files/"
+
+# Default email settings
+portal_email_host: "smtp.gmail.com"
+portal_email_port: 587
+portal_email_tls: true
+portal_email_username: "pga.airavata@gmail.com"
+portal_email_password: "{{ vault_portal_email_password }}"
+portal_server_email: "{{ portal_email_username }}"
+
+django_error_emails: "[('SciGaP Errors', 'bugs@scigap.org')]"
+
+airavata_django_repo: "https://github.com/apache/airavata-django-portal.git"
 
 vhost_servername: "django.futurewater.scigap.org"
 vhost_ssl: True
diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/vault.yml b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/futurewater/vault.yml
similarity index 100%
rename from dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/vault.yml
rename to dev-tools/ansible/inventories/scigap/pfec-hydro-production/host_vars/futurewater/vault.yml
diff --git a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/hosts b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/hosts
index 4482b88..d329701 100644
--- a/dev-tools/ansible/inventories/scigap/pfec-hydro-production/hosts
+++ b/dev-tools/ansible/inventories/scigap/pfec-hydro-production/hosts
@@ -1,24 +1,15 @@
 ---
 # inventory file : scigap production deployment
 
-[zookeeper]
-scigap07.sciencegateways.iu.edu ansible_user=root
-
-[rabbitmq]
-scigap06.sciencegateways.iu.edu ansible_user=root
-
 [database]
-scigap05.sciencegateways.iu.edu ansible_user=root
+scigap01.sciencegateways.iu.edu ansible_user=root
 
 [api-orch]
-scigap06.sciencegateways.iu.edu ansible_user=root
-
-[helix]
-scigap07.sciencegateways.iu.edu ansible_user=root
-
-[kafka]
-scigap07.sciencegateways.iu.edu ansible_user=root
+scigap02.sciencegateways.iu.edu ansible_user=root
 
 [pga]
 # Hosted on Jetstream
 149.165.171.92 ansible_user=centos
+
+[django]
+futurewater ansible_host=149.165.171.92 ansible_user=centos
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/Kentucky/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/Kentucky/vars.yml
index 7accf89..e978f26 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/Kentucky/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/Kentucky/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "university-of-kentucky-hpc-gateway"
 experiment_data_dir: "{{ user_data_dir }}/university-of-kentucky-hpc-gateway"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8nCMkOgELG+FgKIC5wTdGn6ZRlnCfhn5ebrpMDagXTM0lacLplKThhOg4EXFOjxGOW83f4HBjKBJXpqRUunCL053Foox9/xqtk6Sa7jwRugL0rIBQJC4hZiHin2W0zHseoIQtghz+AbyofjUABYxOCpbKUuR3plyVv/68iqZOscPmVDw2bS9MLBHRZI5BvZ8FwKSEtn7uEV+XXvI4FXaRQfTg/arbgLietD+y+EyxOkSW3PXtu4xvQ2e6AA9LTKn2fGLHS/atEXgS+pBxVKWcCgpOxUCgNq/F8OQWEVDGFG3Pz3b45n7O62YWUgbS1Jn+FQVRw5Pfb4P31+hF3EJX"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Vikram Gazula','vgazu2@uky.edu')]"
 portal_title: "University of Kentucky HPC Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/NCSAIndustry/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/NCSAIndustry/vars.yml
index 8dd347b..3e9fc4d 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/NCSAIndustry/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/NCSAIndustry/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "ncsa-industry-gateway"
 experiment_data_dir: "{{ user_data_dir }}/ncsa-industry-gateway"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCajV9E/lBaAdpDecuhB2/Qv3losWr+zNVMwJcpq8ZPiWKA9AFJNT8TW3/VJC/RtrzVzmITMqJYOaQM5mPAOn5D6T7y2CvHxIFL5MktNc1dNiCXbg0nT+zQFirIGNskbs9xE5AWJDsNXOWj1Hjaffk80WjpRNvreXV3mrvdSi0BQYKxp0zIuXNgSR8/LjvYSWn+L/xhrP5eMYcOPlVsrkp1O7imeiib4je0ZNzsd6YXIfNhNoJIzod0AinpmM85zJ/OuemHePE0c4hiU7caOxhBiRxzNCSpN+IFLvo/l8txdnXP1nTwvahZtvVaxuj4OHEeaLSVU8CPxmwBGQEuN4AP"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
 portal_title: "NCSA Industry Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index 145678e..fa4d1b6 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "amp"
 experiment_data_dir: "{{ user_data_dir }}/searching-sra"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAfFAdLrGC/om63ipx9RhuzcGnMlVQkKsuy5NtUgK7I4OdTJ1Ck1H/ARBwiWNQy08GO2HETfM7StCROwW+tlZ6n+THBkbei4G8q6xV6UXlC3BJxuDlwkxnyOFSYEt8Qd2g8IC/X0qo9/m5Ea9Z5axzTk+n2OZlV87DrLheV+OVhgf+yYGVo9egTZ7Kg/TV/Hl1xeU5JgRcPPrLrWYn8vEQo7xT5boS3X9y2o7FgNTdUf5K10ZJ37RWcLQpzZ+7zEKs/P/I/QU+BUhxRRfnEf/4e4L3OFE36SQ4DSFmu3lKU4BcQQb3A6SfQGC1PwQdD5y9MUkpit4hMCSJLjVBTN3H"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Barry Schneider', '	bis@nist.gov')]"
 portal_title: "Atomic and Molecular Physics and Optics Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/csbglsu/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/csbglsu/vars.yml
index 3603299..c3f93e4 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/csbglsu/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/csbglsu/vars.yml
@@ -42,7 +42,6 @@ auth_options:
 gateway_id: "lsu-computational-sys-biology"
 experiment_data_dir: "{{ user_data_dir }}/lsu-computational-sys-biology"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDc/WQnD40zGuO+bIMsWc0ey8oxDzEj/dPFPg8LN7oNn/V7pi74mF2D57wgA8KsxcpsNydcReSXZhx6FynlK6iABDZP5QdREmhm87gkrMQUA/ZI7R2q7ekchbRtCnrGwU/pdHBh4penaiScs08o7OPfqJJp/TfgwH92dA9dThqGf9hD1Y0nmWECfvX56rXAggcgZl+Q6IFD0VFinFMkqZRWFFi4Zm7yiKCNWYXvXlIGjFOlDp0/ONGg5wjpCFivhI934Uk6Y69hSMhnFJc6g1JHD4PLaBILlUjwEikmH6KL3ii6Wt30pou+tIihBDBv0ODR4jDiOeBJGkcisWeh3Uzj"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Michal Brylinski', 'mbrylinski@lsu.edu')]"
 portal_title: "LSU Computational Sys Biology"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
index 8281478..15fef98 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/distantreader/vars.yml
@@ -43,7 +43,6 @@ auth_options:
 gateway_id: "distantreader"
 experiment_data_dir: "{{ user_data_dir }}/searching-sra"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCgAWzF/GHT0ZesTM9JtUtvYBmaunOc5V4ab5//jUjC7vjF7s1fon4MvALvWCoC1uPvppG3NRzq4huAQCX89wu/9zJErpuKDpkjjTf90cHl+YxzHGGFUUtllSTZzhSyhUaMXC1qzeJg7TLdzOct+21HyoqSIJe86Aj8DQuAMXky6l7XFz5YqMkzY9kG/sS0rFRfpjz4K3zWe/Y7a0lQnKzePM/d6zrcdkiYhlMrCbEFcrWWMYNpIkWq7psjQiQ9SlICrNso6NQQSNy4CeoItDGSe7GsXdQLqdRMXUKua22G7wrq2ibh4Kqcid+mVJ8kyYQJO2UCdC2cOYd0EljmHh/"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Eric Morgan','emorgan@nd.edu')]"
 portal_title: "Distant Reader Portal"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/epwgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/epwgateway/vars.yml
index 0979b09..615a48a 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/epwgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/epwgateway/vars.yml
@@ -19,8 +19,8 @@
 #
 
 ---
-vhost_servername: "sciencegateway.brylinski.org"
-vhost_server_redirect: "epw-gateway.cs.binghamton.edu/"
+vhost_servername: "epw-gateway.cs.binghamton.edu"
+vhost_serveralias: "www.epw-gateway.cs.binghamton.edu"
 vhost_ssl: True
 ssl_certificate_file: "/etc/letsencrypt/live/epw-gateway.cs.binghamton.edu/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/epw-gateway.cs.binghamton.edu/fullchain.pem"
@@ -42,7 +42,6 @@ auth_options:
 gateway_id: "epw-gateway"
 experiment_data_dir: "{{ user_data_dir }}/epw-gateway"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSqYzuDDUNK3uX4AG7sg9diKERh716i0lA5RfbvfUhm+hVmyJ1P+0/OLZqwrwqzd9+1v/U08GAhys/qeOD2+x0ujgyKtY+5cjk3Td01sVTEmcXJPYhhWyAOrhhUAVAL51Zh7u2Zd/0RWf3iG0fuPPQQaBCIEY3wApwuqsLVk9G0plMtZgzXPGLgK9Ou8xJ8806yGx92nc1b1grmgkYugv5SQTe2lhmrXI/WUnfuoweadNzU0uSwwL6AaZa9grCAV1YVnGq6IX+Euwpx/P1pSRNWkoNHkm8fpkz/6dqq5YFxgr3QN0JQU5OSbbwWTWQcXr1kWNx+yS4qCtDc42EHsf3"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Angel Beltre','abeltre1@binghamton.edu'),('Srinidhi Raghavendra','gsraghav2@binghamton.edu'),('Madhusudhan Govindaraju','mgovinda@binghamton.edu')]"
 portal_title: "Electron-Phonon-Wannier (EPW) Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/georgiastate/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/georgiastate/vars.yml
index 9118dae..ff2cf97 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/georgiastate/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/georgiastate/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "georgiastate"
 experiment_data_dir: "{{ user_data_dir }}/georgia-state"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFSg9IEgsXlGhgPkj4hPuON30rbE3/gUUn4K3NVvBFKLyQQ8Pm/NR6dZmFglQR1HxBRSnq4WmH3EVyxHuT7MkQDAjTkclEuhaRjcYN0nua8g4dI9SgO9DeqbOyurVIuw/YChP5nC+6/ubMyzYPr6Z5xU5QHZI/QlVG4nz3joMIKkRXt/bsaEvv+/nzED/j6FTdK6P6dg1ESkNVZUPqhtWpwuC28Et7/86jcEObJedwx8geLoxKogPZ6kqO+Q/WUHDtMpFYtwuPaiYuN3Pb/GCvnDRsSoFmtRU+UH1UIdEy0piYUuBW+5aCv/PbH/UtHFg1Y1942TYCXv4rl1i/KW1z"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Suranga Edirisinghe Pathirannehelage','neranjan@gsu.edu')]"
 portal_title: "Georgia State Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/hubzero/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/hubzero/vars.yml
index f17c0b7..7b19682 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/hubzero/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/hubzero/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "hubzero"
 experiment_data_dir: "{{ user_data_dir }}/hubzero"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEs5h0NUb+8yDYtAXigQDQ/s2tQmIKTMJYhxiDRnxGSGylIMPVkKfbhytNry+fOd4aJ4q7HxkR4K808NqmytfH9o06De5ODkbp2InpzWw4O4QtKNwaqwNpIukU+S1seaodQaNfKeniT+LAq5pGQgUYdcIH4PjFSKY1z0HmfktY55lwGxdUwfe81aDMQ9Zu/310656/BftgdFIA51sOiL4nCxFj7H5cLeeSZujW5E9Yx7d3u6BCk5YMLrVBqoHThwtKK02BgugypeNn3rJHQvOGduKu0UpHV6IfLayeKGy3YYPzLkVb+ApJo4hOm6zsskWKH3PP3auCEFfyqYonA4sF"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
 portal_title: "HubZero Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/iugateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/iugateway/vars.yml
index 596cb7b..420ed0e 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/iugateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/iugateway/vars.yml
@@ -31,8 +31,6 @@ oauth_client_key: "{{ vault_oauth_client_key }}"
 oauth_client_secret: "{{ vault_oauth_client_secret }}"
 
 auth_options:
-#  password:
-#    name: "Distant Reader"
   external:
     - name: "IU CAS"
       idp_alias: "cilogon"
@@ -41,7 +39,6 @@ auth_options:
 gateway_id: "iugateway"
 experiment_data_dir: "{{ user_data_dir }}/searching-sra"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNmVTNvPmK0P4IL8TFSd6I7qwui3KK8I96AxS28kBcQMgfJHk4jIf9TFxXWmroMmMhALnbNi8S1+ltTFZTMgFZ61bWMSCEfw6J0EUKuc9Nk2SFAltvGwQPM/yQZV2l9Sp5Tvx5Ya0fwmcFL/J9GcQNgMtJNQk500fIzJPT6/IFtISSuaezjehyKfIbUesZBYM+LXVo25c+jZp7zYUwQ84Ow/DBh3CplXsYVa74LbQgV0ddoXtj5vOEvfEdGVpCRt177qo8O+XxapmG4Kc3n5YGAwMLDgx8Cj1TDoKruNx33BW6gcasps8hpcRmlt/HVMbDsFZzBKBRI4GWohiUuPev"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Abhinav Thota','athota@iu.edu')]"
 portal_title: "IU Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml
index d0ed030..f318823 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/mines/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "mines"
 experiment_data_dir: "{{ user_data_dir }}/mines"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUEBwfmgyxXs1Yg3VOnBG7j/lTzwhQmc40PaWchTNM5xfWL1RnGQkVrSDIdSHZTIJ29DOfJxoLGlhdoK1vpGgBSbcdNEE/dVo/jpZbsKi5CNSOhMdYHmR4L3AjqS8sWxHu9kzkGuWhhmD2zDxA2lf3Aqs3rJvdvKJ97ZGToCbaQ0LamEy19B+Lj5ZF2ooyUWIx9kiqAZ7JmYllxCbWNnbdtnVl6TcHkVpF7PcXk92WUEB/0csAhcJ/ZxnQcWVglD4tNWjPLwEy8dAPPWkms+N8Ce/o+pPu58BBb9mDxDFkk4wAwjV17Lq3TpC+usxGItLvyUkttB2xPs6PoAxzwluL"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Matthew Jones','matjones@mymail.mines.edu')]"
 portal_title: "Mines Quantum Simulation Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/nanoconfinement/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/nanoconfinement/vars.yml
index 9631986..2e8864e 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/nanoconfinement/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/nanoconfinement/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "nanoconfinement"
 experiment_data_dir: "{{ user_data_dir }}/nanoconfinement"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCIUqpKWHwawFHnbWvs6pie+fDA9NlqMZNvzil7e8FQz7543+FOzdTl/octACjGnSTwHewpyTe9sAUVcnq6VJ5XYtApR68zMasEzyCZUMWhMqEuxopRZcUGDJVcq5hD4RZcer3aMPWSVmXVCNJeT4EsB52Zp2DfDVgfaOOfY8Ga4mcR2IdOyizV8HWXTH6vWFK+dD1GoPY0ECikwlsF1QA0vzqAcb1NYOTc70hZ9Pb0/78XF790joZ80hRsHGIc7IfncoLgRUkKSkMaoXbfy/tbqf76V0ZxaQOgayaLGF19oBlREO6ZQ3rDCOWgVJC32dCwAsaL9qWd0IZrprUEUQOd"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Jadhao, Vikram','vjadhao@iu.edu')]"
 portal_title: "Nano Confinement Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/nanoshape/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/nanoshape/vars.yml
index c0717e6..811a83b 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/nanoshape/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/nanoshape/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "nano-shape"
 experiment_data_dir: "{{ user_data_dir }}/nanoshape"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdnkbcATgISewsDfUJaDwsQSswt7cWM//ONfTLhxlvFHe1NFdVk65of/tOwXIjp+037tpMMv8Pi3bc4OUmdlv3P9tPOBoDNoOb+CUpJ/6skEkiH+zgO+zLetVHLIS/UdgcSL7xdbj5RfoT13ksyRvdVYLGLq2S1t7p0s//FKcw7qdw/S2N3YiCQPpHq45C/r4GTHzRaIksiE2WnsuRbk0CmazIQDXwedFadJCUqM4SrFOdxGos9b++d1yS+I9GrVya/xDRtpDzWCpUrNPJc0BzRp1qIkUnmh52uApKyfJX82gMbAn62xmTZytdgk6BA3Za96lVvjJQ4CsD2wpS7qpp"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Jadhao, Vikram','vjadhao@iu.edu')]"
 portal_title: "Nano Shape Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/newmexicostate/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/newmexicostate/vars.yml
index bfb9f4e..cb11ac6 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/newmexicostate/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/newmexicostate/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "new-mexico-state"
 experiment_data_dir: "{{ user_data_dir }}/new-mexico-state"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRYbUBGqEqUkcsAkQPetJDTTIWGGFbB7DBzvSQUT26SqHpRZQR3J4lCvzmH8/T3KoQC4uxnph5RpiemMeoQIxIJ8hH9Pod3Z0xK2qu6b/jDrbX+UbepkBl8Xc8aE6UWAX4C6rnn1X4ktqLp9GDE2G9CN4+pZxDanK5h7+68qsiz/rpzUEHVDPzo1A5YRPE2cFgOp4s207zE/GaXH2A/+vucdbTmoy2hND3uYkaaMe4ygMlakDDlkMTl5dlgaHuoqVu0pOSnsUimpxV87LpXqWaD1d6G+IVW1CNjKtVBvz/z4aFMLWhqWLYZlLpsoGi4ZqXf3u0A4ajL+6uXgiGuIRX"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Diana Toups Dugas','dugasdvt@ad.nmsu.edu')]"
 portal_title: "New Mexico State Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/nexttdb/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/nexttdb/vars.yml
index b5f3e63..1d8f8a4 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/nexttdb/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/nexttdb/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "nexttdb"
 experiment_data_dir: "{{ user_data_dir }}/nexttdb"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9jXb9oP4qh3S5Au98nYyV6rOfBXgnvq2asVuapb+a2zyzKKXVxl254IKvFC709F3U9i0re/Z+FQO9qDPZFAgQLps8anyE6+xKuU0DUvzk76OVX/ZMlHfSyRFqKuDBIln02M5rM6qLEUjh7INk1y6z0D1kPW3TsU7w7uY66k4FSAX9qAEZlemy4oCCIQVrege4ZWYSd02H/jXm6j6z7XPI63UbXhpFbZHwdGEAeiQaaas9fDDsy33lN66fC39qV80R5A/7rYQwhyfL1V3wic97lplNyPdZ2fGSUUtFLZxOtJQ1IhDq6kCSYVgQg8U3QviJ5QlYs2CSusshcWUkIZQ/"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Chen Zhu','chenzhu@indiana.edu'),('Lei Gong','lgong@indiana.edu'),('Kevin Tu','tuk@iu.edu')]"
 portal_title: "NextGen Thermodynamics Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/oscer/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/oscer/vars.yml
index 25a8f45..4c5c311 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/oscer/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/oscer/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "oscer"
 experiment_data_dir: "{{ user_data_dir }}/oscer"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZs3ErVmOoQ7GCRwsBJkh3BQVPaoeDw6cja67kXJPCBP7hQ1m9ld0h+PeIt/O8qwPgVN9kGf2fGeekJ9hTjAN8jk0xnU7og7F1RYg6+TqnugyfKZ22ZjfGf/tcc0Wd5BlokvMVJIsLCIv1N0OyxELrGi33y3U98egzn7r0j0uhtNZVN2AC4m1OpRJL7S9FRv9Z7CBXEs7x1j9ctyi3+Q8kBjWm7D78QPqCd2ODrHIDsPZpHm8CUOwHy9p7M+E2bbhkeGxExQhmBIFF75U4Lm3dzUzSmQGvUOppT+Nler8im7ArxS/8OJHEMOi4nW9J+BvtpDztQDAraJAX+VRNjaH5"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
 portal_title: "OU Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml
index 19d1269..2ba48e3 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/phasta/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "phasta"
 experiment_data_dir: "{{ user_data_dir }}/phasta"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCIvxQcdWfZPnXgM1mU++kTuX2ydkQ5BxK0w4stY9qEwJDUoRxF6nstTFBEDkhS34/oBYsJIH9IM4UPxiiplwoIPSYRpqI24pmVNnfJakcsFmxeSVmQRI7SztedXca9IAn9DelJZyORonYsfbsYIDQNzAiMUVs+K9l4flZUqVIZwYrrKfDbd2StC3DUvCugKgJk+v+XsRUxGsebk8wqE273GYPtMt4bdTQFZMfCLg52pXUqrK8RTbL+WdB7uCVXAGC2vu7OsI5+BJSVVUUPiA3vS9oiuZS9qPAYEwowEs+RMl56sGLh5udvhMxaSDn4zqWKTo/LNXcO2p2Y9sit90LD"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'),('Cameron Smith','smithc11@rpi.edu')]"
 portal_title: "Phasta Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/r-hpc/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/r-hpc/vars.yml
index d9aff54..9d675b2 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/r-hpc/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/r-hpc/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "r-hpc"
 experiment_data_dir: "{{ user_data_dir }}/r-hpc"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCq78vXnKfEBQleOpj3UGEZE9VDkUk8zO2grZ+u4gGdfV5Wx7jE0453PdQAdOjGxrusP5ERzWtwgg3myVRPGoq7cZOFL/7N96l1a+IxOZuJnEcL47EAGniOohl9NMnE0URWN8GA06Ou2pCHzraVhffG/QQocXPLaWbV2RU7dwh35AylBVBoxDWrcQ2xs+AZZjFtRg+XQouVbd6cVIuP0JtNQWOUZPKBb97XIoq28jl1bNcBLjiiSZ5ki8G5YgGwFD/aWXei8bX/iNfKWuiCgDXOuGH0yNs9j+SRyphkY+j1607ShUMcFxiLe7VBOztfgW/dCeyNkuMRhk6J8K8HgRGb"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu')]"
 portal_title: "R-HPC Science Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/rutgersgemr/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/rutgersgemr/vars.yml
index 009f1e4..fa0c117 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/rutgersgemr/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/rutgersgemr/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "prostate-cancer-prediction"
 experiment_data_dir: "{{ user_data_dir }}/prostate-cancer-prediction"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCaSojVxYa+6AS+jf+AyUnD0YqWisUeyiqjJ1Bi0p+d0FCAgxk2xyOX1m1eVvOLlxoL1KYzHV6cBqLyhSMMRsp1qiDrWkq9UdJiSywO/KvgjKfMrOrsgSj84BRo7ceJK5irAqeGIdAgDhGTJFuV+OEm+iDaRK1Om2QvkuGwEYQ1EZLY9H7JpGgU6Fw0Aoh4e2wYwp/RQ2QGNjc5EGddZJZil8W3NlibKJ+5Yl90kyX3s2tEUjQSBNYXcokUvc01ZdfAY3TUwQlTlMyJpjZyuTF8Ea4fw3p9sVHRNrLIyCmYHrMxGTNVapV5bk1NZd1LxhqRjhKvIP4kFNd7lW30k/sT"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu'),('Kristina Plazonic','kp807@oarc.rutgers.edu')]"
 portal_title: "Prostate Cancer Prediction Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml
index 795fdb2..e247893 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/saverx/vars.yml
@@ -43,7 +43,6 @@ auth_options:
 gateway_id: "saverx"
 experiment_data_dir: "{{ user_data_dir }}/saverx"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCN80RHzcW1GuYt8e1G4XJJmufZ4QBq5XRJB17jsIhuNcpCishLXiaL7eR0qnkPPi8vyuU0MqZ7R81IV9lSp1nnYOxge7DSTAzt+mo1Sfmg/sgeClo+RhH3ZDxsya4nTrVzkYvKzJsu2dD1o7TBZnfKSvq8EhwaYbO7+OgvGc21ZJQYDSq02HrRE4p7toTMNptQEPZTCFalppEMzljvnn5VNOiH9PJyxwSjUFcR7+PTCR0v0m0bkP9nCOz+orIYSrf+Jw1UJJJ6AE26vmeKfMsJjkhmM+cNUEiPiVm8ZoE8IM2tl4BcKofA5JxciH33jG9FH04qmahq4jtAScJS8ty/"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu'),('Divyansh Agarwal','Divyansh.Agarwal@pennmedicine.upenn.edu'),('Nancy Zhang','nzh@wharton.upenn.edu')]"
 portal_title: "Saver-X Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/sdstate/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/sdstate/vars.yml
index 0b8a21f..3ffaecd 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/sdstate/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/sdstate/vars.yml
@@ -43,7 +43,6 @@ auth_options:
 gateway_id: "sdstate"
 experiment_data_dir: "{{ user_data_dir }}/sdstate"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7vqwM+CWfqVWODe3iLsKN9leJ9nI+pKFZhrVUG8K/ODycXT5tQOxMhsC+HG6/wJ1W7+LeA6uvVnltnFlVozfTs2jeJzVQ71UvfUiZFVhXian3f8Nd4DXBvqPUY8dmhWP/UJCIKO47fSI/RC2ZlMa1K4yRYPdRgLRuSmtzG8Rb7YGVjkt1uDOLMh6hAS1KKpWVSxESFeqqoKj2xqOKBnbf2PdJt/D4/2R6H8D/WAM0cdZnls5fmiUysHK+bU8atzMukLQ6STglVv0WuqNGdAw6zWZH+Kaj8bP19jfkGCbMLP1vPYRkcxLmtnSzbg2Hams9npwdAA+xwwjuS6/tAX+p"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu'),('Chad Julius','Chad.Julius@sdstate.edu'),('Kevin Brandt','Kevin.Brandt@sdstate.edu'),('Luke Gassman','luke.gassman@sdstate.edu')]"
 portal_title: "South Dakota State University Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml
index 7f6fa37..515c218 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/seagrid/vars.yml
@@ -43,7 +43,6 @@ auth_options:
 gateway_id: "seagrid"
 experiment_data_dir: "{{ user_data_dir }}/seagrid"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCApfdud3cJ7rx44M41gEKVgRfefk/Vd/7dIp9Xr9juX4jqmGuLoZR+hk287Hmbps6hZv23Av97XkCLldH0pueDekthcBDo4cRiQMDBp9NLz/9muqYVBl985psEbazYygagy/q/3ebi4CVEYVd4cHBee1V3GYyuJS2RklF0s/Otyf8x8auJSMniHGbTbVqtFlEOYuPdXlRBfH37k55N7+2iXKsIVvgn1MDweHEbQWJMx2LDCkLfJitreTiwcuST55w6N/n8WYZM2t+ie3BJEr6tcGAVIuyxj7CbMYMziM/hM5J+oQGPY/IBtiNZoxiZ0DeAC9SiEvE9fbTEW2iRWnQL"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Sudhakar Pamidighantam', 'pamidigs@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 portal_title: "SEAGrid Portal"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml
index 1f84d41..8adc03a 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/searchsra/vars.yml
@@ -44,7 +44,6 @@ auth_options:
 gateway_id: "searching-sra"
 experiment_data_dir: "{{ user_data_dir }}/searching-sra"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx981DispO1AnkOAwq1oJ3iaYUW6KT4jn4OPSrvIb1fJyjkNdBK8KQUTviBMgqLH9+FlIx/FYjN7sVLelGUmfOgguIWB4Ea2epAyvGFfrVeF83w5A4uILfrd5AJQuk0sZkNjnnGmmpx6z60IThaof2f14uD7JPcn5Kf0xnfmhJGIo2DYJRp8DYJ4Upd1ENu4p3CqylZGBFTx0ROe3hCNj28BxCY+kTgKTQJQHdwuHK9WxovQHdv2ZrN9GeSyIPUX8W1PpYKqM2i8xGaagPUamHON9TonHyuAdd84CagonwuaG54+jbFbB9uW/zhhnP5vNRxK8aSNIhszOucE2g8xzL"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Robert Edwards', 'redwards@sdsu.edu'),('Mats Rynge','rynge@isi.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 portal_title: "Search-SRA Portal"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
index b60c3a1..ab07cff 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
@@ -55,7 +55,6 @@ auth_options:
 gateway_id: "iu-geology-survey"
 experiment_data_dir: "{{ user_data_dir }}/iu-geology-survey"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEuA1indjdczBXg2qrmD0bB0QfKq0u2q3o25DegTaty5LoogW+APEvXmwc2g6PzkM75MgfMsTErMQaQ3/PoElADQKg2/NePz05YWobn9zrPZFeRWfOqWMjFDx72cffHKBzgnahFDBlR/YJhf4IZJ+EOA1zMiMF2oZQmEYQtbQFhbKPF+jrScEQeuXVuXWSS2sKNAVKj3pY4kmi9kEOYELee/O6ghBUfrVhB95vDKJPgmQSuo3pgkLRdflTBSAQ54UchwjXi2RA9Xv0RXJF/JyyRGn6bSbRxYhsm5RJeiBVj4ua7p2b36rSYVqtVsTKEonx5kYdKzwyjJXWpjB2KtQp"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Kevin Ellett', 'kmellett@indiana.edu'),('Ryan Kammer', 'rkammer@indiana.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 portal_title: "SimCCS Portal"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml
index e25d806..5ee3bde 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simvascular/vars.yml
@@ -44,7 +44,6 @@ auth_options:
 gateway_id: "simvascular"
 experiment_data_dir: "{{ user_data_dir }}/searching-sra"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNdivlUyLh11poF2vufwa8pCjVY0/fkvym9qdpEeu6nS55CVZe5VXqA1NZ+IwVDabAFwoLrUvaWt7eE8POEZNiBgtonZ21x6KIK5/HilSM6jHds1u6NY436AiHqmcybO/u+NkUI8gUjWTbs4S/i/2WfvAHZc3dbcCHls3QgG55TqOdNnh2pjFLSA1wu0d1qRnrPwnje/yC4GD+3XU1HPLHb9FXLHO4umswKq8sDk2lOIN7u08pCF8Y+BPYfmEdvY8oFwdVsj3OoA3fWEE42xTjb3g65X2oCbhco1g1ya0cfJMgSUbHCcOc2D//rXD+L4/z0/A2VCiEFJtTllrws609"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Robert Edwards', 'redwards@sdsu.edu'),('Mats Rynge','rynge@isi.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 portal_title: "SimVascular Gateway Portal"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/snowvision/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/snowvision/vars.yml
index fa8a134..76fec55 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/snowvision/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/snowvision/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "snowvision"
 experiment_data_dir: "{{ user_data_dir }}/snowvision"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCovd8MvofK9SPJZiElqP4rd3xpaHZ7qXK0RFxRQxcCTcAJbDMGubZlo1+N0Io02ZIVkKfdtbee+sznpQ6ri6MMaK1xnYmfyMT5yj/pUZo+g/jIC0PMYQcHpnq49U7Fz2BBYqbc9EAAcU35X4ctof1/UwlWMFa+gegky8NngHBZmZSpgIzVb5jlgti14OD5ETVFG4YvZ2ZRhkQESSuZPFdjxiXoDqsJkF80cD+JTu5LWha1UwhAC2yrGZuI/16WABzx/zUGOS0NK0RYS/giIzVGQSYVp9S8GgZKuvJx3xk7nW6HOMbjpVeukjkWareIkVAWXgFIMptX0QRhL4mcjCIB"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu')]"
 portal_title: "SnowVision Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml
index c49a472..20585e9 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/southdakota/vars.yml
@@ -41,7 +41,6 @@ auth_options:
 gateway_id: "southdakota"
 experiment_data_dir: "{{ user_data_dir }}/southdakota"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCIUqpKWHwawFHnbWvs6pie+fDA9NlqMZNvzil7e8FQz7543+FOzdTl/octACjGnSTwHewpyTe9sAUVcnq6VJ5XYtApR68zMasEzyCZUMWhMqEuxopRZcUGDJVcq5hD4RZcer3aMPWSVmXVCNJeT4EsB52Zp2DfDVgfaOOfY8Ga4mcR2IdOyizV8HWXTH6vWFK+dD1GoPY0ECikwlsF1QA0vzqAcb1NYOTc70hZ9Pb0/78XF790joZ80hRsHGIc7IfncoLgRUkKSkMaoXbfy/tbqf76V0ZxaQOgayaLGF19oBlREO6ZQ3rDCOWgVJC32dCwAsaL9qWd0IZrprUEUQOd"
-django_hidden_airavata_apps: "[]"
 
 admin_emails: "[('SGRC','sgrc-iu-group@iu.edu'),('Adison Kleinsasser','Adison.Kleinsasser@usd.edu'),('Bill James','CBill.Conn@usd.edu'),('Luke Gassman','luke.gassman@sdstate.edu')]"
 portal_title: "South Dakota State University Gateway"
diff --git a/dev-tools/ansible/inventories/scigap/production/hosts b/dev-tools/ansible/inventories/scigap/production/hosts
index 0e80415..766c8a4 100644
--- a/dev-tools/ansible/inventories/scigap/production/hosts
+++ b/dev-tools/ansible/inventories/scigap/production/hosts
@@ -25,14 +25,34 @@ gf4.ucs.indiana.edu ansible_user=root
 gf7.ucs.indiana.edu ansible_user=root
 
 [django]
-seagrid ansible_host=156.56.104.84
-testdrive ansible_host=156.56.104.84
-searchsra ansible_host=156.56.104.84
-simccs ansible_host=156.56.104.84
 ampgateway ansible_host=156.56.104.84
 csbglsu ansible_host=156.56.104.84
 distantreader ansible_host=156.56.104.84
 epwgateway ansible_host=156.56.104.84
+georgiastate ansible_host=156.56.104.84
+hubzero ansible_host=156.56.104.84
+interactwel ansible_host=156.56.104.84
 iugateway ansible_host=156.56.104.84
+kentucky ansible_host=156.56.104.84
+mines ansible_host=156.56.104.84
+nanoconfinement ansible_host=156.56.104.84
+nanoshape ansible_host=156.56.104.84
+ncsaindustry ansible_host=156.56.104.84
+newmexicostate ansible_host=156.56.104.84
+nexttdb ansible_host=156.56.104.84
+oscer ansible_host=156.56.104.84
+phasta ansible_host=156.56.104.84
+r-hpc ansible_host=156.56.104.84
+rutgersgemr ansible_host=156.56.104.84
+saverx ansible_host=156.56.104.84
+sdstate ansible_host=156.56.104.84
+seagrid ansible_host=156.56.104.84
+searchsra ansible_host=156.56.104.84
+simccs ansible_host=156.56.104.84
 simvascular ansible_host=156.56.104.84
+snowvision ansible_host=156.56.104.84
+southdakota ansible_host=156.56.104.84
+testdrive ansible_host=156.56.104.84
+uab ansible_host=156.56.104.84
+wvsu ansible_host=156.56.104.84
 
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
index 4b2cecc..635051b 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
@@ -63,4 +63,5 @@ portal_email_password: "{{ vault_portal_email_password }}"
 portal_theme: "distantreader-gateway-theme"
 portal_theme_repo: "https://github.com/SciGaP/distantreader-gateway-theme"
 portal_title: "Distant Reader Gateway"
+pga_airavata_django_url: "https://distantreader.org"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
index 033e037..5900407 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/iugateway/vars.yml
@@ -62,4 +62,5 @@ portal_theme: "iugateway"
 portal_theme_repo: "https://github.com/SciGaP/iu-cybergateway-theme.git"
 portal_title: "IU Gateway"
 pga_google_analytics_id: "UA-111528347-9"
+pga_airavata_django_url: "https://django.cybergateway.iu.scigap.org"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
index a55159f..cd49da2 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
@@ -73,4 +73,5 @@ portal_theme: "seagrid"
 portal_theme_repo: "https://github.com/SciGaP/seagrid-website-theme.git"
 portal_title: "SEAGrid Portal"
 pga_google_analytics_id: "UA-110457476-1"
+pga_airavata_django_url: "https://seagrid.org"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
index 2cedc22..c6a9d3d 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/searchingSRA/vars.yml
@@ -65,4 +65,5 @@ portal_email_password: "{{ vault_portal_email_password }}"
 portal_theme: "searchingsra-gateway-theme"
 #portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme"
 portal_title: "Searching SRA"
+pga_airavata_django_url: "https://www.searchsra.org"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
index 307dc1a..56850bf 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/simvascular/vars.yml
@@ -68,4 +68,5 @@ portal_theme: "simvascular-gateway-theme"
 portal_theme_repo: "https://github.com/SciGaP/simvascular-gateway-theme.git"
 portal_title: "SimVascular Gateway Portal"
 pga_google_analytics_id: "UA-111528347-7"
+pga_airavata_django_url: "https://django.simvascular.scigap.org"
 ...
diff --git a/dev-tools/ansible/pga-scigap-prod.yml b/dev-tools/ansible/pga-scigap-prod.yml
index 1350a89..6b557f2 100644
--- a/dev-tools/ansible/pga-scigap-prod.yml
+++ b/dev-tools/ansible/pga-scigap-prod.yml
@@ -19,47 +19,47 @@
 #
 
 ---
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/accord"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/accord"
 #- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/brandeis"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/gatech"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/georgiastate"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/gatech"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/georgiastate"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/iugateway"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/lsu"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nanoconfinement"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nanoshape"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/newmexicostate"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nsg"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/lsu"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nanoconfinement"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nanoshape"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/newmexicostate"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nsg"
 #- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/oiitandy"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/oscer"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/phasta"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/oscer"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/phasta"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/scigap"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/seagrid"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/simvascular"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/southdakota"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/southernillinois"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/testdrive"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/uab"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/ultrascan"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/southdakota"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/southernillinois"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/testdrive"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/uab"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/ultrascan"
 #- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/utah"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/wvsu"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/wvsu"
 #- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/iugeosurvey"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/csbglsu"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/NCSAIndustry"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/Kentucky"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/csbglsu"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/NCSAIndustry"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/Kentucky"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/searchingSRA"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/r-hpc"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/rutgersgemr"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nexttdb"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/interactwel"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/hubzero"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/epwgateway"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/ampgateway"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/hubzero"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/ddstudio"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/sdstate"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/saverx"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/mines"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/r-hpc"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/rutgersgemr"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/nexttdb"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/interactwel"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/hubzero"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/epwgateway"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/ampgateway"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/hubzero"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/ddstudio"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/sdstate"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/saverx"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/mines"
 - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/distantreader"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/pfec-hydro"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/snowvision"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/pfec-hydro"
+# - include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/snowvision"
 ...