Skip to content

Instantly share code, notes, and snippets.

@Sphynx-HenryAY
Last active August 18, 2021 02:32
Show Gist options
  • Save Sphynx-HenryAY/2a689a71df5510179b825d65bcc2b4ed to your computer and use it in GitHub Desktop.
Save Sphynx-HenryAY/2a689a71df5510179b825d65bcc2b4ed to your computer and use it in GitHub Desktop.

0. setup python virtual environment

python -m venv ansible source ansible/bin/activate

1. install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh (you might have to restart your terminal)

2. install wheel

pip install wheel

3. install python module cryptography ref

(In WSL / Debian) sudo apt install build-essential libssl-dev libffi-dev python3-dev

4. install ansible

sudo apt install ansible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment