Add User to System using Ansible
In Ansible we can use ansible.builtin.user
module to add a user to the system.
Example(s)
1. Add user 'jungle'
2. Add a user with specific attributes
3. Adding groups to the user
Reference: Manage User Accounts - Ansible Documention
Last updated