Problem scenario
You want to see the different variables that Ansible can leverage (e.g., for playbooks to inject host-specific data into files). How do you find out what Ansible has access to on each server in /etc/ansible/hosts?
Solution
Run this command:
ansible all -m setup --tree /tmp/facts