Skip to content

Instantly share code, notes, and snippets.

@Bablzz
Created May 19, 2017 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bablzz/1c70add3f100c45a239369ad6e621cf2 to your computer and use it in GitHub Desktop.
Save Bablzz/1c70add3f100c45a239369ad6e621cf2 to your computer and use it in GitHub Desktop.
config.vm.provision "shell", inline: <<-SHELL
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y ansible zip unzip
SHELL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment