henchman
henchman copied to clipboard
Gather basic system facts as part of the plan execution.
What are some basic system facts?
http://docs.ansible.com/ansible/playbooks_variables.html#information-discovered-from-systems-facts
We could make a script (similar to modules) that grabs facts. It could be deployed during plan setup
yep, pre-modules transfer. This should also ideally plug in with facter. Let's start with some basic facts like uname, time, network interfaces, kernel versions. etc. We'll add more as and when required.