Skip to content

Instantly share code, notes, and snippets.

@jwkidd3
Last active June 6, 2018 19:43
Show Gist options
  • Save jwkidd3/2078d48289aadbaa51558b846de23801 to your computer and use it in GitHub Desktop.
Save jwkidd3/2078d48289aadbaa51558b846de23801 to your computer and use it in GitHub Desktop.
## 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