ansible-role-user_services_.../README.md

37 lines
769 B
Markdown
Raw Normal View History

2020-05-28 15:38:53 +02:00
Role Name
=========
2020-05-28 16:46:43 +02:00
A role that creates users.
2020-05-28 15:38:53 +02:00
Role Variables
--------------
2020-05-28 16:46:43 +02:00
The list of directories and files with their ACLs.
The list of commands that the users can run using sudo.
2020-05-28 15:38:53 +02:00
2020-05-28 16:46:43 +02:00
``` yaml
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' }
2020-05-28 15:38:53 +02:00
2020-05-28 16:46:43 +02:00
service_sudo_commands:
- /etc/init.d/virtuoso-opensource-7
- /sbin/reboot
```
2020-05-28 15:38:53 +02:00
2020-05-28 16:46:43 +02:00
Dependencies
------------
2020-05-28 15:38:53 +02:00
2020-05-28 16:46:43 +02:00
None
2020-05-28 15:38:53 +02:00
License
-------
EUPL-1.2
Author Information
------------------
2020-05-28 16:46:43 +02:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>