Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions provision/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ git_repo_url: "https://orangewolf:{{ ghcr_token | urlencode }}@github.com/notch8

environments:
staging:
hyku_admin_host: s3.adventistdigitallibrary.org
hyku_admin_host: s2.adventistdigitallibrary.org
hostnames:
- s3.adventistdigitallibrary.org
- '*.s3.adventistdigitallibrary.org'
- s2.adventistdigitallibrary.org
- '*.s2.adventistdigitallibrary.org'
web_root: /store/keep/adventist_knapsack/public
ssl_cert_dest: /etc/letsencrypt/archive/s3.adventistdigitallibrary.org/fullchain1.pem
ssl_key_dest: /etc/letsencrypt/archive/s3.adventistdigitallibrary.org/privkey1.pem
ssl_cert_dest: /etc/letsencrypt/archive/s2.adventistdigitallibrary.org/fullchain1.pem
ssl_key_dest: /etc/letsencrypt/archive/s2.adventistdigitallibrary.org/privkey1.pem
upstream_app_host: 192.168.147.200
upstream_app_port: 3000
# To get the UUID for each volume on the server run: lsblk -o NAME,UUID,MOUNTPOINT,FSTYPE
Expand All @@ -33,13 +33,13 @@ environments:
- { path: "/store/keep/zoo_data", uuid: "b1c16f24-6b47-4735-b085-106083f5fbe7", fstype: "xfs" }

production:
hyku_admin_host: b3.adventistdigitallibrary.org
hyku_admin_host: b2.adventistdigitallibrary.org
hostnames:
- b3.adventistdigitallibrary.org
- '*.b3.adventistdigitallibrary.org'
- b2.adventistdigitallibrary.org
- '*.b2.adventistdigitallibrary.org'
web_root: /store/keep/adventist_knapsack/public
ssl_cert_dest: /etc/letsencrypt/archive/b3.adventistdigitallibrary.org/fullchain1.pem
ssl_key_dest: /etc/letsencrypt/archive/b3.adventistdigitallibrary.org/privkey1.pem
ssl_cert_dest: /etc/letsencrypt/archive/b2.adventistdigitallibrary.org/fullchain1.pem
ssl_key_dest: /etc/letsencrypt/archive/b2.adventistdigitallibrary.org/privkey1.pem
upstream_app_host: 192.168.147.100
upstream_app_port: 3000
# To get the UUID for each volume on the server run: lsblk -o NAME,UUID,MOUNTPOINT,FSTYPE
Expand Down
Loading