No description
Find a file
TheRealDarklord 8fbc8414ea fix: fixed target service
The service has a broader availability when using the name `sshd` other than just `ssh`.
2025-07-16 18:13:01 +02:00
defaults fix: fixed linter issues 2024-11-03 18:39:20 +01:00
handlers fix: fixed target service 2025-07-16 18:13:01 +02:00
meta fix: updated requirements 2025-03-01 22:47:39 +01:00
tasks feat: support more distros 2025-03-16 22:14:23 +01:00
templates/sudo tasks 2020-10-09 15:28:42 +02:00
vars role 2021-03-14 18:41:39 +01:00
README.md refactor: updated role variable table 2024-11-03 18:45:27 +01:00

therealdarklord.setup_user

This role ensures a user with custom settings.

Role Variables

Variable Type Default Description
therealdarklord_setup_user_groups string[] [] list of groups to which the user shall be added
therealdarklord_setup_user_home string "" list of groups to which the user shall be added
therealdarklord_setup_user_mode enum("present", "remove") "present" mode for modifying a user
therealdarklord_setup_user_name string "" name of the user to be modified
therealdarklord_setup_user_password string "" password for the user
therealdarklord_setup_user_password_ssh bool no flag to indicate if user can use his password to authenticate with ssh
therealdarklord_setup_user_pubkeys string[] [] list of public keys which should be registered for the user
therealdarklord_setup_user_sudo bool no flag to indicate if the user should be able to use sudo

License

BSD-3-Clause

Author Information

Markus Reichardt (https://www.therealdarklord.eu)