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/04 13:13:21 UTC

[airavata] branch develop updated: Ansible: update dev distantreader domain

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 240a55b  Ansible: update dev distantreader domain
240a55b is described below

commit 240a55b5544d69b97fd61968783f93ac1e426342
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Mon Nov 4 08:13:04 2019 -0500

    Ansible: update dev distantreader domain
---
 .../inventories/scigap/develop/host_vars/distantr/vars.yml        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/distantr/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/distantr/vars.yml
index 705560f..077b38a 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/distantr/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/distantr/vars.yml
@@ -20,12 +20,12 @@
 
 ---
 #airavata_django_git_branch: "simccs"
-vhost_servername: "distantreader.scigap.org"
+vhost_servername: "beta.distantreader.scigap.org"
 vhost_ssl: true
 # sudo certbot --apache certonly -d django.simccs.scigap.org
-ssl_certificate_file: "/etc/letsencrypt/live/distantreader.scigap.org/cert.pem"
-ssl_certificate_chain_file: "/etc/letsencrypt/live/distantreader.scigap.org/fullchain.pem"
-ssl_certificate_key_file: "/etc/letsencrypt/live/distantreader.scigap.org/privkey.pem"
+ssl_certificate_file: "/etc/letsencrypt/live/beta.distantreader.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.distantreader.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/beta.distantreader.scigap.org/privkey.pem"
 
 ## Keycloak related variables
 tenant_domain: "distantr"