Hello! Is it possible to get a fact module to be included in the output for the setup module using ansible, i.e. not from a play? Perhaps I’m not asking this question correctly . . . I would like to extend setup to retrieve info about my servers so that running ‘ansible -m setup host’ would give me the usual output from setup, plus the additional facts . . . Anyone know if it’s possible and possible have an example handy?
Any updates on this? i need custom facts to get information from my hosts but i dont want to install the facts on all the servers.
is it possible to create a addon for module setup?