Updated homelab hosts & structure

This commit is contained in:
Janic Voser
2026-08-14 00:17:50 +02:00
parent bb8b9602f2
commit 097ee79bed
23 changed files with 506 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Distribution not found
debug:
msg:
- "OS Family: {{ ansible_os_family }}"
- "OS Distro: {{ ansible_distribution }}"
- "OS Major Version: {{ ansible_distribution_major_version }}"
- "OS Version: {{ ansible_distribution_version }}"