fix: fix CaT server conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Benjamin Bädorf 2023-09-05 17:46:26 +02:00
parent 60e84600f6
commit 7e215b73b9
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -34,13 +34,27 @@ in {
matchBlocks = {
"salt.base.test" = {
hostname = "10.0.0.2";
user = "bbaedorf";
user = "root";
};
"gateway.base.test" = {
hostname = "10.0.0.3";
user = "root";
proxyJump = "root@salt.base.test";
};
"monitor.base.test" = {
hostname = "10.0.0.4";
user = "root";
};
"proxy1.prod.test" = {
hostname = "10.0.0.6";
user = "root";
};
"demo1.prod.test" = {
hostname = "10.0.0.5";
user = "root";
};
};
};