Merge branch 'b12f' of git.pub.solar:pub-solar/os into b12f
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Benjamin Bädorf 2023-09-11 23:51:31 +02:00
commit 2a1db1baf7
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -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";
};
}; };
}; };
}; };