Install Ansible in Ubuntu 18.04 LTS with pip3
Ansible is centrazied configuration management tool and it is agent less. It connects with remote linux/unix client on ssh port and with windows on WinRM. We will learn to install Ansible by using pip3 on Ubuntu 18.04 LTS. The installation pretty much easy. In this post, we will cover both installing ansible for particular user … Read more