As @Neha points out /etc/ansible/facts.d is a way to generate facts,
does not list them.

Here is a  way to generate a copy of the facts for a server (on the
machine that executes Ansible) :

`ansible -m gather_facts <hostname> --tree /var/tmp/ `

it will create a json file per host in '/var/tmp' with the output of
the module executed, in this case 'fact gathering'.

----------
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7cGDrq09TDw-vG2%2BBB1GJVjpG3AvspoTCQGwvAAZ-f3Xw%40mail.gmail.com.

Reply via email to