chore: rework reading of pis
This commit is contained in:
16
templates/raspis.yaml.template
Normal file
16
templates/raspis.yaml.template
Normal 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
|
||||
Reference in New Issue
Block a user