blob: 3bfebe3400c349e7e0df221baa14f05823725cbb [file] [log] [blame]
Andy Bavierbcac96a2016-02-23 12:09:08 -05001#!/bin/bash
2
3sudo apt-get update
4sudo apt-get install -y software-properties-common git mosh
5sudo add-apt-repository -y ppa:ansible/ansible
6sudo apt-get update
7sudo apt-get install -y ansible
8ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
9cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys