Skip to content

Instantly share code, notes, and snippets.

@roschacker
Last active April 17, 2017 22:01
Show Gist options
  • Save roschacker/d02da7c90192f9436d95247204fbfb7e to your computer and use it in GitHub Desktop.
Save roschacker/d02da7c90192f9436d95247204fbfb7e to your computer and use it in GitHub Desktop.
new-ubuntu-cloud-server-box-first-5-minutes-with-ansible.yaml.sh
# required: ansible
sudo ansible all -i 'localhost,' -c local -m apt -a "pkg=git,zsh,vim,etckeeper,tmux,ncdu state=present"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment