In this article, I am going to share how to install ansible on ubuntu. If you already have an idea about ansible then it is OK. You can understand Ansible is one of the best open-source automation tools as compared to many other automation tools like Chef & Puppet. Ansible is managed by Redhat. How…
Category: Python
How to install Python3 on LINUX
Most of the Linux distros still shipped with Python2. Support is going to end for Python2 in 2020. So it is always advisable to start using for all your purpose whatever you are going to use python. Also, it is advised not to disturb your existing installation of python2 as yum works on your previous…