2020-06-18 18:23:12 +02:00
|
|
|
Role Name
|
|
|
|
=========
|
|
|
|
|
2020-06-19 12:50:10 +02:00
|
|
|
A role that
|
2020-06-18 18:23:12 +02:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2020-06-19 12:50:10 +02:00
|
|
|
The most important variables are listed below:
|
|
|
|
|
|
|
|
``` 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 }
|
|
|
|
```
|
2020-06-18 18:23:12 +02:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2020-06-19 12:50:10 +02:00
|
|
|
None
|
2020-06-18 18:23:12 +02:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
EUPL-1.2
|
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2020-06-19 12:50:10 +02:00
|
|
|
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>
|