Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
sudo apt install python -y
yes '' | sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible -y
sudo apt install git -y