2015-05-30 19:58:55 +02:00
|
|
|
---
|
|
|
|
d4science_user: gcube
|
2017-04-20 20:33:53 +02:00
|
|
|
d4science_common_group: d4s_data
|
2016-03-01 14:14:12 +01:00
|
|
|
d4science_user_create_home: True
|
2015-05-30 19:58:55 +02:00
|
|
|
d4science_user_home: '/home/{{ d4science_user }}'
|
2016-03-01 14:14:12 +01:00
|
|
|
d4science_user_shell: /bin/bash
|
2016-09-26 18:17:45 +02:00
|
|
|
d4s_service_node: False
|
|
|
|
smartgears_node: False
|
|
|
|
d4s_tomcat_node: False
|
2017-07-03 16:51:41 +02:00
|
|
|
d4s_additional_users: False
|
2016-09-26 18:17:45 +02:00
|
|
|
gcore_node: False
|
2016-11-10 14:04:14 +01:00
|
|
|
gcore_multiple_users: False
|
2015-07-24 12:00:37 +02:00
|
|
|
|
2016-07-11 17:57:45 +02:00
|
|
|
d4science_sudoers_commands:
|
|
|
|
- /etc/init.d/tomcat-instance-*
|
|
|
|
|
2015-07-24 12:00:37 +02:00
|
|
|
d4science_tomcat_options_files:
|
|
|
|
- '/etc/default/tomcat-instance-{{ item.0.http_port }}'
|
|
|
|
- '/etc/default/tomcat-instance-{{ item.0.http_port }}.local'
|
2016-07-11 17:57:45 +02:00
|
|
|
|
2016-09-26 18:17:45 +02:00
|
|
|
d4science_service_commands:
|
|
|
|
- /etc/init.d/*
|
|
|
|
|
|
|
|
d4science_user_service_scripts:
|
|
|
|
- startservice
|
|
|
|
- stopservice
|
|
|
|
|
|
|
|
d4science_service_start_command:
|
|
|
|
|
|
|
|
d4science_service_stop_command:
|
|
|
|
|
|
|
|
|
2017-04-20 20:33:53 +02:00
|
|
|
# Define the following if you want some directories readable and writable by the d4s group but outside the d4s app data dirs
|
|
|
|
#d4s_users_data_directories:
|
|
|
|
# - { name: '/data/1', perms: 0755, create: True, file: False, owner: '{{ d4science_user }}', groups: ['gcube', 'gcube1' ], aclperms: 'rwx' }
|
|
|
|
# - { name: '/data/2', create: False, perms: 0755, file: False, owner: '{{ d4science_user }}', groups: ['gcube', 'gcube1' ], aclperms: 'rwx' }
|
|
|
|
# - { name: '/data/bah', create: False, perms: 0644, file: True, aclperms: 'rw' }
|
|
|
|
|
2017-08-13 20:11:38 +02:00
|
|
|
# Set it to True if you want to run the script that sets the ACLs on every
|
|
|
|
# subdirectory and file of the d4s_users_data_directories.
|
|
|
|
# WARNING: it could take a long time to finish
|
|
|
|
d4s_force_acls: False
|
|
|
|
|
2016-07-26 12:51:34 +02:00
|
|
|
limits_nofile_value: 16000
|
|
|
|
security_limits:
|
|
|
|
- { domain: '{{ d4science_user }}', l_item: 'nofile', type: 'soft', value: '{{ limits_nofile_value }}' }
|
2016-07-28 15:34:55 +02:00
|
|
|
- { domain: '{{ d4science_user }}', l_item: 'nofile', type: 'hard', value: '{{ limits_nofile_value }}' }
|
2016-07-26 12:51:34 +02:00
|
|
|
|
2016-07-11 17:57:45 +02:00
|
|
|
d4science_manual_tomcat_inst_dir: '{{ d4science_user_home }}/tomcat'
|
|
|
|
d4science_manual_tomcat_log_dir: '{{ d4science_manual_tomcat_inst_dir }}/logs'
|
|
|
|
d4science_manual_tomcat_rotate_copies: 15
|
|
|
|
d4science_manual_tomcat_rotate_access_log: False
|
|
|
|
d4science_manual_tomcat_access_log: localhost_access.log
|
|
|
|
|
|
|
|
d4science_tomcat_start_command:
|
|
|
|
|
|
|
|
d4science_tomcat_stop_command:
|