Installing
-
2. Installing PIP
Now to Install Python 3 PIP in GNU/Linux
First, check if it’s already there with:python3 -m pip -V
How to Install Python PIP in GNU/Linux
-
3. Installing Ansible
And then to Install Ansible in GNU/Linux
For the Current User play:python3 -m pip install --user ansible
Next amend the User’s Path with:
echo "export PATH=$PATH:$HOME/.local/bin" >> ~/.bashrc
Last, to Reload it simply:
bash
-
4. Ansible Getting Started
How to Getting-Started with Ansible for Linux
Contents