Ansible Debug Print All Variables Oct. 5, 2018, 10:31 a.m.

Display all variables/facts known for a host

- name: Display all variables/facts known for a host
  debug:
    var: hostvars[inventory_hostname]
ansible debugging