-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.yml
63 lines (56 loc) · 2.58 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
xnat_version: 1.9.1.1
xnat_pipeline_version: 1.8.10
xnat_archive_dir: "{{ xnat_root_dir }}/archive"
xnat_prearchive_dir: "{{ xnat_root_dir }}/prearchive"
xnat_cache_dir: "{{ xnat_root_dir }}/cache"
xnat_build_dir: "{{ xnat_root_dir }}/build"
xnat_ftp_dir: "{{ xnat_root_dir }}/ftp"
xnat_pipeline_dir: "{{ xnat_root_dir }}/pipeline"
xnat_inbox_dir: "{{ xnat_root_dir }}/inbox"
xnat_plugins_dir: "{{ xnat_home_dir }}/plugins"
xnat_config_dir: "{{ xnat_home_dir }}/config"
xnat_logs_dir: "{{ xnat_home_dir }}/logs"
xnat_work_dir: "{{ xnat_home_dir }}/work"
xnat_create_data_directory: true
xnat_link_data_directory: true
# Mail server settings
xnat_smtp_enabled: false
xnat_smtp_hostname: ""
xnat_smtp_port: 2525
xnat_smtp_protocol: smtp
xnat_smtp_auth: ""
xnat_smtp_username: ""
xnat_smtp_password: "{{ vault_smtp_password | default(omit) }}"
xnat_smtp_start_tls: false
xnat_smtp_ssl_trust: "*"
# LDAP configuration
xnat_ldap_enabled: false
xnat_ldap_name: ""
xnat_ldap_address: ""
xnat_ldap_userdn: ""
xnat_ldap_password: "{{ vault_ldap_password | default(omit) }}"
xnat_ldap_base: ""
xnat_ldap_filter: ""
xnat_ldap_ca_cert: ""
xnat_ldap_keystore_alias: ""
# Plugins
xnat_plugin_urls:
- https://api.bitbucket.org/2.0/repositories/xnatdev/xsync/downloads/xsync-plugin-all-1.8.1.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/ldap-auth-plugin/downloads/ldap-auth-plugin-1.1.0.jar
- https://api.bitbucket.org/2.0/repositories/icrimaginginformatics/ohif-viewer-xnat-plugin/downloads/ohif-viewer-3.7.0-XNAT-1.8.10.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/ml-schema-plugin/downloads/ml-schema-plugin-1.0.0.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/datasets-schema-plugin/downloads/datasets-schema-plugin-1.0.0.jar
- https://api.bitbucket.org/2.0/repositories/xnatdev/xnat-image-viewer-plugin/downloads/ximgview-plugin-1.0.2.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/xnatx-dxm-settings-plugin/downloads/dxm-settings-plugin-1.0.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/pipeline_engine_plugin/downloads/pipeline_engine_ui-1.1.0-xpl.jar
xnat_plugin_bundle_urls: [] # yamllint disable-line rule:brackets
xnat_plugin_packages: [] # yamllint disable-line rule:brackets
xnat_server_specific_plugin_urls: [] # yamllint disable-line rule:brackets
xnat_server_specific_plugin_packages: [] # yamllint disable-line rule:brackets
# Path to server logo file
xnat_config_logo: /images/logo.png # use the default XNAT logo
# Pipeline engine
xnat_pipeline_engine_enabled: true
# Note that AutoRun is currently required for session archive notifications
xnat_autorun_enabled: false