Installing
-
2. Installing PIP
Now to Install Python 3 PIP in Debian GNU/Linux
First, check if it’s already there with:python3 -m pip -V
If No Output then to Setup it play:
sudo apt install python3-pip
-
3. Installing Ansible
And then to Install Ansible in Debian 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 Debian
Contents