ansible-role-create-users
ansible-role-create-users copied to clipboard
Manage users on Linux using Ansible
How to give access to all the inventory without putting all the group host in the servers variable
Hi, By default, is it possible to give a user access to all the hosts in the inventory? For example, by putting in the 'servers' variable: `- global` or `-...
Remove old regex manipulations with sudoers file. New community.general.sudoers module added.
Fixes https://github.com/ryandaniels/ansible-role-create-users/issues/20.
Fix hard coded home directory to permit dynamic one.
I have a use case where I have a private ssh key that is already generated - the public key is already install on the servers - and need it...
Hello everyone, The execution of my playbook fails when users have SSH key(s). This is the error message (sorry for the layout, but github seems to have degraded the possibilities...
Through changing sshd_config the parameter 'PasswordAuthentication no' can be set for the provided list of users. This is only recommended when a ssh-key is provided for every user.
Sometimes there is a case to add user to only one server instead of all servers in a group.