Skip to content

Instantly share code, notes, and snippets.

@mlvnds
Last active July 24, 2018 13:39
Show Gist options
  • Save mlvnds/8dab9ebcd1c9a843913a8c2fe215e261 to your computer and use it in GitHub Desktop.
Save mlvnds/8dab9ebcd1c9a843913a8c2fe215e261 to your computer and use it in GitHub Desktop.
User data for Ubuntu16.04 EC2 to install Ansible software
#!/bin/bash
apt-get install software-properties-common
apt-add-repository -y ppa:ansible/ansible
apt-get update
apt-get install -y ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment