30 lines
472 B
Markdown
30 lines
472 B
Markdown
Role Name
|
|
=========
|
|
|
|
A role that creates users.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
The list of users. It's a dictionary
|
|
|
|
``` yaml
|
|
users_system_users:
|
|
- { login: 'foo', name: "Foo Bar", home: '{{ users_home_dir }}', createhome: 'yes', ssh_key: '{{ foo_ssh_key }}', shell: '/bin/bash', admin: False, log_as_root: False }
|
|
```
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None
|
|
|
|
License
|
|
-------
|
|
|
|
EUPL-1.2
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>
|