Last active
July 24, 2018 13:39
-
-
Save mlvnds/8dab9ebcd1c9a843913a8c2fe215e261 to your computer and use it in GitHub Desktop.
User data for Ubuntu16.04 EC2 to install Ansible software
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 | |
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