Modules for gathering facts about ZFS datasets and pools (#19181)

* Add modules for gathering facts about ZFS datasets and pools

* Move zfs module to storage/zfs subcategory

* Replace dict.iteritems() with iteritems(dict)

* Add ANSIBLE_METADATA
Document return values
Make imports explicit
Use native YAML syntax in EXAMPLES

* Add zfs_facts and zpool_facts modules to CHANGELOG.md

* Add facts to return values
This commit is contained in:
Adam Števko 2017-01-09 08:53:42 +01:00 committed by John R Barker
parent 3744764fae
commit d9ced3f4d1
5 changed files with 503 additions and 0 deletions