feat: add latest CaT hosts
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
8ef898f575
commit
fec0ab5e40
1 changed files with 10 additions and 0 deletions
|
@ -52,10 +52,20 @@ in {
|
|||
user = "root";
|
||||
};
|
||||
|
||||
"proxy2.prod.test" = {
|
||||
hostname = "10.0.0.7";
|
||||
user = "root";
|
||||
};
|
||||
|
||||
"demo1.prod.test" = {
|
||||
hostname = "10.0.0.5";
|
||||
user = "root";
|
||||
};
|
||||
|
||||
"proxy1.test.test" = {
|
||||
hostname = "10.0.0.8";
|
||||
user = "root";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue