Skip to content

Commit

Permalink
Remove unnecessary vars
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatthews committed Mar 26, 2024
1 parent 8ed858e commit d5e1f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 0 additions & 10 deletions playbooks/group_vars/xnat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ firewalld_work_zone_open_services:
- http
- https



firewalld_internal_zone_ports:
- "{{ nginx_upstream_listen_port }}"

Expand All @@ -97,11 +95,3 @@ nginx_proxy_port: 8080 # tomcat
nginx_root: /usr/share/tomcat/webapps/ROOT
nginx_app_access_log: "{{ nginx_log_folder }}/xnat.access.log"
nginx_app_error_log: "{{ nginx_log_folder }}/xnat.error.log"
nginx_diffie_helman_size_bits: 2048
nginx_add_default_server: false # set Tomcat as default server to allow access to XNAT web UI through localhost:8000

# mirsg.xnat.xnat
# Some times the default admin account hasn't finished creating even after tomcat has started
# Add a delay here to give the admin account a chance to be created
# Note, this issue only seems to happen in CI
xnat_wait_for_tomcat: 15
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ xnat_config:
site_name: MIRSG_XNAT
site_description: <h1>MIRSG XNAT</h1><p>A test instance of XNAT.
admin_password: "{{ vault_admin_password }}"

# mirsg.xnat.xnat
# Some times the default admin account hasn't finished creating even after tomcat has started
# Add a delay here to give the admin account a chance to be created
# Note, this issue only seems to happen in CI
xnat_wait_for_tomcat: 15

0 comments on commit d5e1f81

Please sign in to comment.