initial commit

This commit is contained in:
2026-03-08 08:39:41 +01:00
commit 95d2a1c758
9 changed files with 323 additions and 0 deletions

10
inventory/hosts.ini Normal file
View File

@@ -0,0 +1,10 @@
[masters]
pi1 ansible_host=192.168.1.10
[workers]
pi2 ansible_host=192.168.1.11
pi3 ansible_host=192.168.1.12
pi4 ansible_host=192.168.1.13
[all:vars]
# These are placeholders, update with real IPs