forked from ISTI-ansible-roles/ansible-roles
15 lines
699 B
YAML
15 lines
699 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' }
|
|
|
|
# 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
|