I'm looking to use Ansible as a way of gathering information about nodes on a network -- things like CPU architecture, kernel, basic things that would be captured by the setup module.
While all of these devices will be running some flavor of Linux, none of them will be internet connected and none of them will have Python.
How do people go about this? I would assume by issuing raw commands or developing modules...but I wanted to ask before going off the deep end.
Thanks!
(ps I already asked this question on r/ansible but I want to get as many opinions as possible)