Skip to content

Instantly share code, notes, and snippets.

@niccolox
Last active August 29, 2015 14:20
Show Gist options
  • Save niccolox/1707872f2798b3ca0994 to your computer and use it in GitHub Desktop.
Save niccolox/1707872f2798b3ca0994 to your computer and use it in GitHub Desktop.
buntu-ansible.sh
#!/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