fact
This commit is contained in:
@@ -6,3 +6,8 @@
|
|||||||
- name: Debug Facts
|
- name: Debug Facts
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "{{ ansible_facts }}"
|
msg: "{{ ansible_facts }}"
|
||||||
|
|
||||||
|
|
||||||
|
- name: Debug Facts Hostname - Unsafe Text
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ ansible_facts['nodename'] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user