Creates normal or system users.
Go to file
Andrea Dell'Amico 84205634a1
Fix the users existence conditional.
2024-04-19 15:24:59 +02:00
defaults Cleanup. Remove the default cloud user. 2023-09-21 13:30:05 +02:00
handlers Initial commit 2020-05-28 14:47:25 +02:00
meta Add users to additional groups. Remove users. 2023-09-21 12:40:02 +02:00
tasks Fix the users existence conditional. 2024-04-19 15:24:59 +02:00
templates Add the tasks for both Deb and EL distributions. 2020-05-28 16:32:48 +02:00
tests Initial commit 2020-05-28 14:47:25 +02:00
vars Initial commit 2020-05-28 14:47:25 +02:00
.gitignore Initial commit 2020-05-28 14:47:25 +02:00
LICENSE Initial commit 2020-05-28 14:47:25 +02:00
README.md Add the tasks for both Deb and EL distributions. 2020-05-28 16:32:48 +02:00

README.md

Role Name

A role that creates users.

Role Variables

The list of users. Its a dictionary

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 DellAmico, andrea.dellamico@isti.cnr.it