Last active
August 29, 2015 14:20
-
-
Save niccolox/1707872f2798b3ca0994 to your computer and use it in GitHub Desktop.
buntu-ansible.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://gist.githubusercontent.com/niccolox/1707872f2798b3ca0994/raw/ac44252649d6ed74e91805ad7b85075e7e1063a1/ubuntu-ansible.sh | |
sudo apt-get install software-properties-common -yq | |
sudo apt-add-repository ppa:ansible/ansible -y | |
sudo apt-get update | |
sudo apt-get install -yq ansible | |
sudo apt-get install -yq nano | |
sudo apt-get install -yq byobu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment