Ansible setup for user creation concurrently in multiple servers
Written by Arunava Mukherjee, Operations Manager Ansible is an open-source automation platform written in python, but Ansible modules can be written in any language that can return JSON (Ruby, Python, bash, etc). There are two types of nodes in Ansible architecture: the control nodes and managed hosts. Ansible is installed and run from a control…