Ansible_workstation/tasks/test.yml

6 lines
121 B
YAML

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