Skip to content

Commit

Permalink
bibdata certs ARE on the LBs
Browse files Browse the repository at this point in the history
  • Loading branch information
acozine committed Oct 11, 2023
1 parent ec630ce commit 73a11de
Showing 1 changed file with 17 additions and 21 deletions.
38 changes: 17 additions & 21 deletions roles/nginxplus/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
# vars file for roles/nginxplus
#
# the 'sites' dictionary is used by the library.conf.j2 template
sites:
# - name: example-prod
Expand Down Expand Up @@ -99,15 +97,14 @@ sites:
location: "/"
visibility: private
app_protect: disabled
# certs are still in files/ssl/
# - name: bibdata-prod
# servers:
# - bibdata-alma1
# - bibdata-alma2
# short_name: bibdata
# location: "/"
# visibility: public
# app_protect: disabled
- name: bibdata-prod
servers:
- bibdata-alma1
- bibdata-alma2
short_name: bibdata
location: "/"
visibility: public
app_protect: disabled
- name: bibdata-qa
servers:
# - bibdata-qa1
Expand All @@ -117,16 +114,15 @@ sites:
visibility: private
added_restrictions: htc_restrict.conf
app_protect: disabled
# certs are still in files/ssl/
# - name: bibdata-staging
# servers:
# # - bibdata-alma-staging1
# - bibdata-alma-staging2
# short_name: bibdata-staging
# location: "/"
# visibility: private
# added_restrictions: htc_restrict.conf
# app_protect: disabled
- name: bibdata-staging
servers:
# - bibdata-alma-staging1
- bibdata-alma-staging2
short_name: bibdata-staging
location: "/"
visibility: private
added_restrictions: htc_restrict.conf
app_protect: disabled
- name: byzantine-tsp-prod
servers:
- byzantine-tsp-prod
Expand Down

0 comments on commit 73a11de

Please sign in to comment.