How to provision multiple user accounts on multiple servers using Ansible
The User Module The Ansible user module lets you manage user accounts on a remote host. You can manage a number of parameters including remove user, set home directory, set the UID for system accounts, manage passwords and associated groupings.