Technology Apr 14, 2026 · 1 min read

docker40

- name: "DEBUG: Dump all Ansible variables" ansible.builtin.debug: msg: "{{ hostvars[inventory_hostname] }}" ignore_errors: yes

DE
DEV Community
by Query Filter
docker40
- name: "DEBUG: Dump all Ansible variables"
  ansible.builtin.debug:
    msg: "{{ hostvars[inventory_hostname] }}"
  ignore_errors: yes
DE
Source

This article was originally published by DEV Community and written by Query Filter.

Read original article on DEV Community
Back to Discover

Reading List