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
+12
View File
@@ -0,0 +1,12 @@
---
- name: Check if hosts are reachable for ansible
hosts: all
become: false
serial:
- 10%
- 40%
- 100%
roles:
- role: reachable
state: present