- name: "DEBUG: Dump all Ansible variables"
ansible.builtin.debug:
msg: "{{ hostvars[inventory_hostname] }}"
ignore_errors: yes
For further actions, you may consider blocking this person and/or reporting abuse
- name: "DEBUG: Dump all Ansible variables"
ansible.builtin.debug:
msg: "{{ hostvars[inventory_hostname] }}"
ignore_errors: yes
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)