fix: fix CaT server conf
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:
parent
60e84600f6
commit
7e215b73b9
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue