Skip to main content

User Role

This Ansible role can be used to configure users.


VariablesTypeOptionsDefaults
user_username:string------
user_groups:list------
user_password:string------
user_home:boolfalse, true---
user_shell:string------
user_state:stringpresent, absentpresent
user_mkpasswd_package:list------

Example Playbook

- name: Import user Role
hosts: all
roles:
- role: giftpilz0.general.user