## mgrote.users ### Beschreibung Erstellt und konfiguriert Nutzer. Basiert auf [ryandaniels/ansible-role-create-users](https://github.com/ryandaniels/ansible-role-create-users). ### getestet auf - [x] Ubuntu (>=20.04) - [x] ProxMox 7* ### Variablen + Defaults ```yaml users: - username: uid: # optional password: # mkpasswd --method=SHA-512 shell: # optional: default: /bin/bash update_password: # optional groups: # optional createhome: # optional: default=yes state: # optional: default=present public_ssh_key: # optional allow_sudo: true allow_passwordless_sudo: true ```