X
    Categories: Servers

Ansible print hostvariables

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

luzem:
Related Post