chore: rework reading of pis
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 3m6s
Cross-Compile Binaries / compile-windows (push) Successful in 7m24s

This commit is contained in:
2026-01-12 16:58:20 +01:00
parent 41c8436ca2
commit 621822ab5b
8 changed files with 79 additions and 40 deletions

View File

@@ -0,0 +1,16 @@
raspis:
- name: rpi1
ip: 192.168.1.10
port: 22
user: pi
password: mypassword1
- name: rpi2
ip: 192.168.1.11
port: 2222
user: pi
password: mypassword2
- name: rpi3
ip: 192.168.1.12
port: 22
user: pi
password: mypassword3