├── LICENSE ├── README.md ├── puppetdb.py ├── puppetdb.yml └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmsimard/ansible-inventory-puppetdb/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmsimard/ansible-inventory-puppetdb/HEAD/README.md -------------------------------------------------------------------------------- /puppetdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmsimard/ansible-inventory-puppetdb/HEAD/puppetdb.py -------------------------------------------------------------------------------- /puppetdb.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmsimard/ansible-inventory-puppetdb/HEAD/puppetdb.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pypuppetdb==0.1.1 2 | PyYAML 3 | --------------------------------------------------------------------------------