Merge branch 'b12f' of git.pub.solar:pub-solar/os into b12f
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
2a1db1baf7
|
@ -52,10 +52,20 @@ in {
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"proxy2.prod.test" = {
|
||||||
|
hostname = "10.0.0.7";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
|
|
||||||
"demo1.prod.test" = {
|
"demo1.prod.test" = {
|
||||||
hostname = "10.0.0.5";
|
hostname = "10.0.0.5";
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"proxy1.test.test" = {
|
||||||
|
hostname = "10.0.0.8";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue