Listing all Ansible facts using an ad-hoc command:

$ ansible HOST -m setup

If it is localhost:

$ ansible -c local HOST -m setup