ansible · PyPI
https://pypi.org/project/ansible02.12.2021 · Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible website.
FreeKB - Ansible Uninstall Ansible on Linux using pip
www.freekb.net › ArticleApr 05, 2021 · Issue the following command to clear Ansible from the cache. hash -d ansible. Use pip3 to uninstall ansible. pip3 uninstall ansible. Something like this should be returned. Found existing installation: ansible 2.9.12 Uninstalling ansible-2.9.12: Would remove: /usr/local/bin/ansible /usr/local/bin/ansible-config /usr/local/bin/ansible-connection /usr/local/bin/ansible-console /usr/local/bin/ansible-doc /usr/local/bin/ansible-galaxy /usr/local/bin/ansible-inventory ...