Skip to content

Instantly share code, notes, and snippets.

View bzhoek's full-sized avatar

Bas van der Hoek bzhoek

View GitHub Profile
@bzhoek
bzhoek / install_ansible.sh
Created December 23, 2019 15:09
Ansible op Ubuntu 18.04
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible -y