blob: 40dcdd08ea68b7b3fde04ecd2420845c441b5578 [file] [log] [blame]
rdudyalab086cf32016-08-11 00:07:45 -04001sudo apt-get update
2sudo apt-get -y install software-properties-common git mosh tmux dnsutils python-netaddr
3sudo add-apt-repository -y ppa:ansible/ansible
4sudo apt-get update
5sudo apt-get install -y ansible
6[ -e ~/.ssh/id_rsa ] || ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
7cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys