Intial Commit

This commit is contained in:
madereddy
2024-12-09 16:33:22 +00:00
commit a79ab09fc7
19 changed files with 972 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Discover OS Family of Hosts
hosts: all
gather_facts: true
tasks:
- name: Display OS Family
ansible.builtin.debug:
msg: "The OS family for {{ inventory_hostname }} is {{ ansible_os_family }}"