automate-user Automate user creation on linux server using ansible Login to your AWS and update your terminal run "sudo apt update " run this command "sudo apt install ansible -y ansible -version ssh-keygen -t rsa open a file "nano inventory.ini" ### create a file called "playbook.yml" and put in the files Open the file with nano playbook.yml after that run the two server together ansible-playbook -i inventory.ini create_users.yml to verify the user created on the target sever run " cat /etc/passwd ls /home" to test the SSH access ssh user1@ ssh user2@