Ansible to change user password
One of the most basic things to do in a Linux Server. We can use just passwd <user> to change the password of a user. But to do that in 100s of server can be a tricky one. Ansible is the savior on that perspective.
---
- hosts: