Ansible print hostvariables By luzemMarch 25, 2018Servers Sometimes we need to check hostvars in our ansible hosts. a quick way to get this done should be ansible all -i <host_inventory_file> --user=root -m setup