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/17 15:20:58 UTC

[airavata] branch master updated: Ansible: also map the regsnps-data url in the immuneportal

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 a8e0fd5  Ansible: also map the regsnps-data url in the immuneportal
a8e0fd5 is described below

commit a8e0fd5d77ef198c5948715dd12ffaa619c74f94
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 17 11:20:44 2021 -0400

    Ansible: also map the regsnps-data url in the immuneportal
---
 .../ansible/inventories/scigap/production/host_vars/immune/vars.yml    | 3 +++
 1 file changed, 3 insertions(+)

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