Skip to content

Instantly share code, notes, and snippets.

View mababio's full-sized avatar

Michael Ababio mababio

  • New York, New York
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mababio on github.
  • I am mababio (https://keybase.io/mababio) on keybase.
  • I have a public key ASBZjd6faLioNIJOnm2Tvhyy7Bi2umKgEwSQcWoOw01G6go

To claim this, I am signing this object:

@mababio
mababio / test.py
Last active April 20, 2018 00:18
dynamic ansible inventory
#!/usr/bin/python
import json
import sys
class foo:
def __init__(self):
self.json_inventory=[]