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': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'eth0': {
|
'eth0': {
|
||||||
'ipv4': {
|
'ips': {
|
||||||
'172.19.138.24',
|
'172.19.138.24',
|
||||||
},
|
},
|
||||||
'dhcp': True,
|
'dhcp': True,
|
||||||
|
|
|
@ -10,7 +10,7 @@ nodes['home.octoprint-vielschichtigkeit'] = {
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'eth0': {
|
'eth0': {
|
||||||
'ipv4': {
|
'ips': {
|
||||||
'172.19.138.22',
|
'172.19.138.22',
|
||||||
},
|
},
|
||||||
'dhcp': True,
|
'dhcp': True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue