Install Ansible in Ubuntu 18.04 LTS with pip3

install ansible

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

Ansible /bin/sh: 1: /usr/bin/python: not found

Ansible which is now a days become very popular among DevOps folks. Ansible is a very simple automation tool widely use for managing the infrastructure and continuous delivery. You can install ansible in Linux system and it is agentless. Recently after installing Ansible 2.2.1 first I encountered with this error that is “module_stdout”: “/bin/sh: 1: … Read more

Install Ansible on Ubuntu / CentOS / RHEL

In our first post on Ansible, we will learn how to install Ansible on Ubuntu / CentOS / RHEL . In the world of IT automation tools, Ansible name is famous among system admins and developers. Ansible can be used in cloud provisioning, configuration management, application deployment, intra-service orchestration and other automation needs. Features of … Read more