This commit is contained in:
2023-06-13 09:39:03 +02:00
parent a7cd3547ff
commit dfeada2d51

8
01_facts.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Facts
hosts: linuxservers
tasks:
- name: Debug Facts
ansible.builtin.debug:
msg: "{{ ansible_facts }}"