Tag Archives: playbook

Installing ansible with pip

First, we need to ensure that python3.9 and pip are available.   if not available, please read my install pyhon3.9 post below. if so, pip is available proceed installation step but please note that do not install ansible on root user. pip3.9 install ansible Verifying ansible installation. ansible –version   As you can see, the Read More

Posted in Ansible, Linux | Tagged , , , , , | Leave a comment