nodes/home: add some dummy nodes
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-11-13 21:53:12 +01:00
parent 297c8c84fb
commit 42133b92de
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 58 additions and 3 deletions

View 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
View 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',
},
},
},
}

View file

@ -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': {

View 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',
},
},
},
}

View 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',
},
},
},
}