blob: b8e7f4f368712ff0c3f1a9b0e64603e15b69f306 [file] [log] [blame]
Andy Bavierbcac96a2016-02-23 12:09:08 -05001#!/bin/bash
2
3sudo apt-get update
Andy Bavier7e583442016-03-01 13:12:08 -05004sudo apt-get install -y software-properties-common git mosh dnsutils
Andy Bavierbcac96a2016-02-23 12:09:08 -05005sudo add-apt-repository -y ppa:ansible/ansible
6sudo apt-get update
7sudo apt-get install -y ansible
Andy Bavier7e583442016-03-01 13:12:08 -05008[ -e ~/.ssh/id_rsa ] || ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
Andy Bavierbcac96a2016-02-23 12:09:08 -05009cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys