wget -q --no-check-certificate https://raw.githubusercontent.com/panticz/installit/master/install.ansible.sh -O - | bash -
#!/bin/bash # install required applications sudo apt-get install -y software-properties-common # add ansible repository sudo apt-add-repository -y ppa:ansible/ansible # update package list sudo apt-get update # install Ansible sudo apt-get install -y ansible
# Ansible playbook
https://github.com/panticz/ansible/tree/master/roles/ansible