Ansible_workstation/tasks/test.yml

9 lines
163 B
YAML

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