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
The following commit(s) were added to refs/heads/develop by this push:
new 39a05612d2 Ansible: switching interactwel domain name back
39a05612d2 is described below
commit 39a05612d207b8b4e1e1c123f7c2cfd3ac3169dd
Author: Marcus Christie <[email protected]>
AuthorDate: Tue Aug 2 13:43:36 2022 -0400
Ansible: switching interactwel domain name back
---
.../inventories/scigap/develop-js2/host_vars/interactwel/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
index c60b2fc155..57d015ef22 100644
---
a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
@@ -19,7 +19,7 @@
#
---
-vhost_servername: "interactwel.js2.scigap.org"
+vhost_servername: "interactwel.org"
vhost_ssl: true
ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername
}}/fullchain.pem"