#!/usr/bin/env bash
#apt-add-repository ppa:ansible/ansible
#apt-get update
#apt-get install ansible -y
apt-get install python3 python3-pip -y
pip3 install ansible -y
