<div dir="ltr">I've been perplexed as to why the documentation about listing ansible facts seemed to fail.<div><br></div><div>ie "ansible localhost -m setup --connection=local" returns "no hosts found"</div>
<div><br></div><div>What I discovered is that /etc/ansible/hosts file needs to be initialized with:</div><div> </div><div>[localhost]</div><div>127.0.0.1</div><div><br></div><div>Then the facts listing returns the desired information.</div>
<div><br></div></div>