rewrite inventory script to create inventory file in YAML format (#4303)

* rewrite inventory script to create inventory file in YAML format

* minor fixes to inventory script

* change requirments for the inventory script
This commit is contained in:
tikitavi
2019-02-28 17:28:27 +03:00
committed by Matthew Mosesohn
parent bbfd2dc2bd
commit b73f009c07
3 changed files with 183 additions and 107 deletions

View File

@@ -1 +1,2 @@
configparser>=3.3.0
ruamel.yaml>=0.15.88