No description
The service has a broader availability when using the name `sshd` other than just `ssh`. |
||
|---|---|---|
| defaults | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates/sudo | ||
| vars | ||
| README.md | ||
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)