nodes/home: add some dummy nodes
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
297c8c84fb
commit
42133b92de
5 changed files with 58 additions and 3 deletions
14
nodes/home/drucker-sophie.py
Normal file
14
nodes/home/drucker-sophie.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
nodes['home.drucker-sophie'] = {
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.61',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '00:14:38:9E:29:E3',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
14
nodes/home/ejgwdesk.py
Normal file
14
nodes/home/ejgwdesk.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
nodes['home.ejgwdesk'] = {
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.98',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '54:04:A6:EF:A8:01',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
|
@ -9,10 +9,9 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'interfaces': {
|
||||
'eth0': {
|
||||
'ips': {
|
||||
'172.19.138.24',
|
||||
'172.19.138.24/24',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '94:C6:91:1E:B8:1F',
|
||||
'gateway4': '172.19.138.1',
|
||||
},
|
||||
},
|
||||
'apt': {
|
||||
|
|
14
nodes/home/rechenmonster.py
Normal file
14
nodes/home/rechenmonster.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
nodes['home.rechenmonster'] = {
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.99',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '46:94:8D:47:D0:A4',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
14
nodes/home/snom-wohnzimmer.py
Normal file
14
nodes/home/snom-wohnzimmer.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
nodes['home.snom-wohnzimmer'] = {
|
||||
'dummy': True,
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'default': {
|
||||
'ips': {
|
||||
'172.19.138.40',
|
||||
},
|
||||
'dhcp': True,
|
||||
'mac': '00:04:13:26:EE:1B',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue