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 2021/06/07 15:24:37 UTC

[airavata] branch master updated: Ansible: regsnps data url mapping

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 2385d2e  Ansible: regsnps data url mapping
2385d2e is described below

commit 2385d2ec9c3b960cb57e2f85ea4b44a1cfc57daa
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Jun 7 11:24:23 2021 -0400

    Ansible: regsnps data url mapping
---
 .../ansible/inventories/scigap/production/host_vars/regsnps/vars.yml   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml
index 3f78f7d..d3ff111 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/regsnps/vars.yml
@@ -27,6 +27,9 @@ airavata_django_extra_dependencies:
 
 vhost_servername: "regsnps.ccbb.iupui.edu"
 vhost_ssl: True
+vhost_aliases:
+  - url: /data/
+    path: "{{ user_data_dir }}/regsnps/regsnps-data/"
 ssl_certificate_file: "/etc/letsencrypt/live/regsnps.ccbb.iupui.edu/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/regsnps.ccbb.iupui.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/regsnps.ccbb.iupui.edu/privkey.pem"