Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add xnat_server_specific_plugin_urls and _packages to xnat role defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Dec 22, 2023
1 parent 474a2de commit 7fe3064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions roles/xnat/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ xnat_plugin_urls:

xnat_plugin_bundle_urls: []
xnat_plugin_packages: []
xnat_server_specific_plugin_urls: []
xnat_server_specific_plugin_packages: []

# Path to server logo file
xnat_config_logo: "/images/logo.png" # use the default XNAT logo
Expand Down
4 changes: 0 additions & 4 deletions tests/molecule/resources/inventory/group_vars/all/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ xnat_db:
data_dir: "{{ external_storage_drive }}/pgsql/{{ postgresql_version }}/data"
backups_dir: "{{ external_storage_drive }}/pgsql/backups"

# XNAT plugins
xnat_server_specific_plugin_urls: []
xnat_server_specific_plugin_packages: []

# SSL certificate settings
ssl:
use_ssl: false
Expand Down

0 comments on commit 7fe3064

Please sign in to comment.