feat: add latest CaT hosts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Benjamin Bädorf 2023-09-11 13:54:35 +02:00
parent 8ef898f575
commit fec0ab5e40
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";
};
}; };
}; };
}; };