You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: group_vars/galaxyservers.yml
+20-15Lines changed: 20 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,4 @@
1
1
---
2
-
# Galaxy
3
-
galaxy_manage_systemd: no
4
-
galaxy_create_user: true # False by default, as e.g. you might have a 'galaxy' user provided by LDAP or AD.
5
-
galaxy_separate_privileges: true # Best practices for security, configuration is owned by 'root' (or a different user) than the processes
6
-
galaxy_manage_paths: true # False by default as your administrator might e.g. have root_squash enabled on NFS. Here we can create the directories so it's fine.
7
-
galaxy_manage_cleanup: true # Requires tmpwatch(8) or tmpreaper(8) present
- "{{ galaxy_tus_upload_store if galaxy_config.gravity.tusd.enable else ' ' }}"
37
26
admin_ssh_keys: false
38
27
enable_telegraf: false
39
28
enable_flower: false
40
29
enable_tiaas: true
41
30
31
+
# Galaxy
32
+
galaxy_manage_systemd: no
33
+
galaxy_create_user: true # False by default, as e.g. you might have a 'galaxy' user provided by LDAP or AD.
34
+
galaxy_separate_privileges: true # Best practices for security, configuration is owned by 'root' (or a different user) than the processes
35
+
galaxy_manage_paths: true # False by default as your administrator might e.g. have root_squash enabled on NFS. Here we can create the directories so it's fine.
36
+
galaxy_manage_cleanup: true # Requires tmpwatch(8) or tmpreaper(8) present
0 commit comments