nodes/home: ipv4 -> ips
This commit is contained in:
parent
2631531fd2
commit
223e799a87
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'ips': {
|
||||
'172.19.138.24',
|
||||
},
|
||||
'dhcp': True,
|
||||
|
|
|
@ -10,7 +10,7 @@ nodes['home.octoprint-vielschichtigkeit'] = {
|
|||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'ipv4': {
|
||||
'ips': {
|
||||
'172.19.138.22',
|
||||
},
|
||||
'dhcp': True,
|
||||
|
|
Loading…
Reference in a new issue