hm: add blast-{csgo,worker}{1,2}-jump

This commit is contained in:
Luke Granger-Brown 2023-05-07 14:39:32 +01:00
parent 983941331d
commit dea2ddd168

View file

@ -62,6 +62,9 @@ in
hostname = ip; hostname = ip;
extraOptions.setEnv = "TERM=xterm-256color"; extraOptions.setEnv = "TERM=xterm-256color";
}; };
blast-jump-tmpl = ip: via: (blast-tmpl ip) // {
proxyJump = via;
};
in ({ in ({
sar1 = { sar1 = {
hostname = "172.16.0.1"; hostname = "172.16.0.1";
@ -79,9 +82,13 @@ in
}; };
blast-worker1 = blast-tmpl "10.200.109.10"; blast-worker1 = blast-tmpl "10.200.109.10";
blast-worker1-jump = blast-jump-tmpl "10.200.109.10" "blast-csgo1-jump";
blast-worker2 = blast-tmpl "10.200.109.11"; blast-worker2 = blast-tmpl "10.200.109.11";
blast-worker2-jump = blast-jump-tmpl "10.200.109.11" "blast-csgo2-jump";
blast-csgo1 = blast-tmpl "10.200.109.12"; blast-csgo1 = blast-tmpl "10.200.109.12";
blast-csgo1-jump = blast-jump-tmpl "10.222.0.2" "bvm-netbox";
blast-csgo2 = blast-tmpl "10.200.109.13"; blast-csgo2 = blast-tmpl "10.200.109.13";
blast-csgo2-jump = blast-jump-tmpl "10.222.0.3" "bvm-netbox";
whitby = { whitby = {
hostname = "whitby.tvl.fyi"; hostname = "whitby.tvl.fyi";