User Role
This Ansible role can be used to configure users.
Variables | Type | Options | Defaults |
---|---|---|---|
user_username: | string | --- | --- |
user_groups: | list | --- | --- |
user_password: | string | --- | --- |
user_home: | bool | false, true | --- |
user_shell: | string | --- | --- |
user_state: | string | present, absent | present |
user_mkpasswd_package: | list | --- | --- |
Example Playbook
- name: Import user Role
hosts: all
roles:
- role: giftpilz0.general.user