Skip to content

Instantly share code, notes, and snippets.

View huslage's full-sized avatar
🐈
Meow

Aaron Huslage huslage

🐈
Meow
View GitHub Profile
@huslage
huslage / machine.py
Last active August 29, 2015 14:26 — forked from nathanleclaire/machine.py
Ansible dynamic inventory plugin for Docker Machine
#!/usr/bin/env python
"""
Example Usage:
$ ansible -i machine.py machinename -m ping
"""
import argparse
import subprocess