Prerequisites
Last updated
Was this helpful?
Last updated
Was this helpful?
git
python & pip:
python 2 version >= 2.6.5 or python 3 version >= 3.3
ansible
SSH keys
aws cli
check that you have git installed
if not - install it following instructions
check that you have python 2 version >= 2.6.5 or python 3 version >= 3.3 installed
if not - install it choosing apropriate binary from
check if you have pip
python package manager install
if not - install it following instructions from . Basically, you need to download this script and save it on your computer then run
use pip
to install the following packages:
check if you already have a keypair:
2. generate ssh key-pair
insert your email address there and a strong password. By default, keys will be saved to ~/.ssh/
and named id_rsa
with your public key being ~/.ssh/id_rsa.pub
.
check if you have aws cli installed
Mac systems with homebrew installed:
follow to install ansible. For example, you can use pip
to do it:
if not - install it following . The simplest way is to use pip
:
Proceed to