ansible-fran-grunden/jinja-hostvars.yml

8 lines
99 B
YAML

- hosts: localhost
tasks:
- name: Lista hela hostvars
debug:
msg: "{{ hostvars }}"