henchman icon indicating copy to clipboard operation
henchman copied to clipboard

Gather basic system facts as part of the plan execution.

Open sudharsh opened this issue 10 years ago • 4 comments

sudharsh avatar Oct 08 '15 23:10 sudharsh

What are some basic system facts?

jlin21 avatar Oct 29 '15 00:10 jlin21

http://docs.ansible.com/ansible/playbooks_variables.html#information-discovered-from-systems-facts

jlin21 avatar Dec 06 '15 23:12 jlin21

We could make a script (similar to modules) that grabs facts. It could be deployed during plan setup

jlin21 avatar Feb 04 '16 19:02 jlin21

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.

sudharsh avatar Feb 04 '16 20:02 sudharsh