blob: 3bfebe3400c349e7e0df221baa14f05823725cbb [file] [log] [blame]
#!/bin/bash
sudo apt-get update
sudo apt-get install -y software-properties-common git mosh
sudo add-apt-repository -y ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y ansible
ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys