nodes/rx300: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-25 13:54:19 +01:00
parent 3077d74318
commit 1c5e97a10f
Signed by: kunsi
GPG key ID: 12E3D2136B818350

8
nodes/rx300.py Normal file
View file

@ -0,0 +1,8 @@
nodes['rx300'] = {
'hostname': '172.19.138.26',
'bundles': set(),
'groups': set(),
'metadata': {},
'os': 'debian',
'os_version': (10,),
}