Last active
June 6, 2018 19:43
-
-
Save jwkidd3/2078d48289aadbaa51558b846de23801 to your computer and use it in GitHub Desktop.
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
## Install pre-requisite packages | |
sudo apt-get update && sudo apt-get install -y libssl-dev libffi-dev python-dev python-pip | |
## Install Ansible and Azure SDKs via pip | |
pip install ansible[azure] | |
wget https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/azure_rm.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment