forked from malobeo/infrastructure
[general] fix physical host ips
This commit is contained in:
@@ -37,7 +37,7 @@ in
|
||||
network = {
|
||||
local = true;
|
||||
hostId = "12";
|
||||
address = "192.168.1.12";
|
||||
address = "192.168.1.102";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ in
|
||||
network = {
|
||||
local = true;
|
||||
hostId = "13";
|
||||
address = "192.168.1.13";
|
||||
address = "192.168.1.103";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -55,7 +55,7 @@ in
|
||||
network = {
|
||||
local = true;
|
||||
hostId = "15";
|
||||
address = "192.168.1.15";
|
||||
address = "192.168.1.105";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user