fact
This commit is contained in:
8
01_facts.yml
Normal file
8
01_facts.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Facts
|
||||
hosts: linuxservers
|
||||
|
||||
tasks:
|
||||
- name: Debug Facts
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ ansible_facts }}"
|
||||
Reference in New Issue
Block a user