-
Notifications
You must be signed in to change notification settings - Fork 47
Ansible installation
phahulin edited this page Jan 23, 2018
·
1 revision
- check that you have python 2 version >= 2.6.5 or python 3 version >= 3.3 installed
python --version
if not - install it choosing apropriate binary from here
- check if you have
pip
python package manager install
pip --version
if not - install it following instructions from here. Basically, you need to download this script and save it on your computer https://bootstrap.pypa.io/get-pip.py then run
python get-pip.py
- follow this guide to install ansible. For example, you can use
pip
to do it:
sudo pip install ansible
- use
pip
to install the following packages:
sudo pip install boto
sudo pip install boto3