community.general/lib/ansible/module_utils/facts
Adrian Likins 0fc0b6f059 Mv AnsibleFactCollector back to module_utils (#26150)
It was in lib/ansible/modules/system/setup.py since it
was the only thing using it, but move it back to module_utils
and add a ansible_collector.get_ansible_collector() to build
a facts collector just like the one used by setup.py

mv test_setup.py -> test_ansible_collector.py
All the code it was testing is now in ansible_collector

rm code to create 'ansible_facts' subkey from namespace

Just leave it up to the caller to do, and just return a
flat dictionary from AnsibleFactCollector.collect()
2017-07-11 10:44:22 -04:00
..
hardware Add UUID, label and id links to devices when building facts (#25448) 2017-06-13 15:33:13 -04:00
network Support NetBSD 7.1+ style ifconfig -a output (#25442) 2017-06-08 17:09:22 -04:00
other
system Add Linux Mint to Debian OS family in setup facts 2017-06-12 09:27:03 -04:00
virtual Detect UEFI VMware guests (#26590) 2017-07-10 14:08:59 -04:00
__init__.py
ansible_collector.py Mv AnsibleFactCollector back to module_utils (#26150) 2017-07-11 10:44:22 -04:00
collector.py
default_collectors.py
namespace.py
sysctl.py
timeout.py
utils.py More statvfs info for mount facts rebase 12073 (#25454) 2017-06-13 15:31:41 -04:00