Updated homelab hosts & structure
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user