2015-07-13 17:54:21 +02:00
|
|
|
---
|
2015-08-27 17:14:27 +02:00
|
|
|
dnet_standard_installation: True
|
2015-07-13 17:54:21 +02:00
|
|
|
dnet_user: tomcat7
|
|
|
|
dnet_group: dnet
|
2015-08-27 17:14:27 +02:00
|
|
|
dnet_sudoers_group: dnetsu
|
2015-07-13 17:54:21 +02:00
|
|
|
|
|
|
|
dnet_data_directories:
|
|
|
|
- /var/lib/dnet
|
2015-07-16 13:25:02 +02:00
|
|
|
|
|
|
|
dnet_log_directories:
|
|
|
|
- /var/log/dnet
|
|
|
|
- /var/log/dnet/search
|
2015-08-27 17:14:27 +02:00
|
|
|
|
|
|
|
# Define the following if you want some directories readable and writable by the dnet group but outside the dnet app data dirs
|
|
|
|
#dnet_users_data_directories:
|
2015-08-28 20:06:40 +02:00
|
|
|
# - { name: '/data/1', create: True }
|
|
|
|
# - { name: '/data/2', create: False, file: False }
|
|
|
|
# - { name: '/data/bah', create: False, file: True }
|
2015-08-27 17:14:27 +02:00
|
|
|
|
|
|
|
# Define the following array when you want to add commands to the sudoers file
|
|
|
|
#dnet_sudo_commands:
|
|
|
|
# - /etc/init.d/virtuoso-opensource-7
|
|
|
|
# - /sbin/reboot
|