This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 5cddfe352d4628172bfefbec46f15b6880b0ecde Author: Marcus Christie <[email protected]> AuthorDate: Wed Jul 6 11:44:20 2022 -0400 Ansible: js2 inventory for django portals, keycloak --- .../scigap/develop-js2/group_vars/all/vars.yml | 5 ++++- .../ansible/inventories/scigap/develop-js2/hosts | 22 ++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/all/vars.yml index 5f1a36c285..28517bab67 100644 --- a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/all/vars.yml +++ b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/all/vars.yml @@ -144,7 +144,10 @@ keycloak_db_username: "keycloak" keycloak_db_password: "{{ vault_keycloak_db_password }}" keycloak_master_account_username: "admin" keycloak_master_account_password: "{{ vault_keycloak_master_account_password }}" -keycloak_vhost_servername: "iamdev.scigap.org" +keycloak_vhost_servername: "iam.js2.scigap.org" + +# Letsencrypt +letsencrypt_email: "[email protected]" # Helix helix_version: 0.9.9 diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/hosts b/dev-tools/ansible/inventories/scigap/develop-js2/hosts index ea8027bb24..dbd2d81439 100644 --- a/dev-tools/ansible/inventories/scigap/develop-js2/hosts +++ b/dev-tools/ansible/inventories/scigap/develop-js2/hosts @@ -7,16 +7,34 @@ helix.js2.scigap.org api.js2.scigap.org [database] -db.js2.scigap.org +db.js2.scigap.org ansible_user=exouser [api-orch] api.js2.scigap.org [keycloak] -iam.js2.scigap.org +iam.js2.scigap.org ansible_user=exouser [helix] helix.js2.scigap.org [kafka] helix.js2.scigap.org + +[django] +seagrid ansible_host=web.dev.scigap.org ansible_user=exouser +; simvascular ansible_host=149.165.156.46 +simccs ansible_host=web.dev.scigap.org ansible_user=exouser +interactwel ansible_host=web.dev.scigap.org ansible_user=exouser +; usd ansible_host=149.165.156.46 +; csbglsu ansible_host=149.165.156.46 +; nexttdb ansible_host=149.165.156.46 +; saver-x ansible_host=149.165.156.46 +; pfec-hydro ansible_host=149.165.156.46 +; cyberwater ansible_host=149.165.156.46 +; mines ansible_host=149.165.156.46 +; amp ansible_host=149.165.170.199 +geo ansible_host=web.dev.scigap.org ansible_user=exouser +; delta ansible_host=149.165.169.250 +; custos-testdrive ansible_host=pgadev.scigap.org +rnamake ansible_host=web.dev.scigap.org ansible_user=exouser
