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