Skip to content

Commit

Permalink
Remove VPN host from provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Mar 19, 2024
1 parent 93018ad commit 27df648
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 427 deletions.
2 changes: 0 additions & 2 deletions provisioning/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ hisparc_path: /uufs/chpc.utah.edu/common/home/hisparc
publicdb_host: hisparc-data.chpc.utah.edu
datastore_host: hisparc-raw.chpc.utah.edu
datastore_port: 8001
vpn_host:
vpn_port:

datastore_data_path: "{{ hisparc_path }}/data/datastore"
2 changes: 0 additions & 2 deletions provisioning/host_vars/publicdb/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ publicdb_repo: https://github.com/HiSPARC/publicdb.git
psql_database_name: publicdb
psql_user: "{{ ansible_user }}"

# vpn_proxy: "http://{{ vpn_host }}:{{ vpn_port }}"
vpn_proxy:
datastore_proxy: "http://{{ datastore_host }}:{{ datastore_port }}"

email_backend: django.core.mail.backends.smtp.EmailBackend
Expand Down
13 changes: 0 additions & 13 deletions provisioning/host_vars/vpn/main.yml

This file was deleted.

Loading

0 comments on commit 27df648

Please sign in to comment.