Debian 8 - Install Ansible
Related Posts
Install Methods
The simplest (recommended) installation method is to run:
sudo apt-get install ansible -y
Pip Method
Alternatively you can install from source to get version 2.0.0.
sudo apt-get update
sudo apt-get install python-pip python-dev git -y
sudo pip install PyYAML jinja2 paramiko
git clone https://github.com/ansible/ansible.git
cd ansible
sudo make install
sudo mkdir /etc/ansible
sudo cp ~/ansible/examples/hosts /etc/ansible/.
References
Last updated: 19th January 2025
First published: 16th August 2018
First published: 16th August 2018