This commit is contained in:
parent
3077d74318
commit
1c5e97a10f
1 changed files with 8 additions and 0 deletions
8
nodes/rx300.py
Normal file
8
nodes/rx300.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
nodes['rx300'] = {
|
||||||
|
'hostname': '172.19.138.26',
|
||||||
|
'bundles': set(),
|
||||||
|
'groups': set(),
|
||||||
|
'metadata': {},
|
||||||
|
'os': 'debian',
|
||||||
|
'os_version': (10,),
|
||||||
|
}
|
Loading…
Reference in a new issue