forked from ISTI-ansible-roles/ansible-roles
19 lines
957 B
YAML
19 lines
957 B
YAML
---
|
|
service_sudoers_group: adminsu
|
|
|
|
common_users_group: service_g
|
|
# Define the following if you want some directories readable and writable by the common group but outside the default app data dirs
|
|
#additional_data_directories:
|
|
# - { name: '/data/1', perms: 0755, create: True, owner: 'root', group: '{{ common_users_group }}', aclperms: 'rwX' }
|
|
# - { name: '/data/2', create: False, perms: 0755, owner: 'root', group: '{{ common_users_group }}', aclperms: 'rwX' }
|
|
# - { name: '/data/bah', create: False, perms: 0644, aclperms: 'rw' }
|
|
#
|
|
# Use additional_data_directories_adjunct to list more directories in addition to the ones specified into additional_data_directories
|
|
|
|
# Define the following array when you want to add commands to the sudoers file
|
|
#service_sudo_commands:
|
|
# - /etc/init.d/virtuoso-opensource-7
|
|
# - /sbin/reboot
|
|
#
|
|
# Use service_sudo_commands_adjunct to list more commands in addition to the ones specified into services_sudo_commands
|