hm: add blast-{csgo,worker}{1,2}-jump
This commit is contained in:
parent
983941331d
commit
dea2ddd168
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,9 @@ in
|
|||
hostname = ip;
|
||||
extraOptions.setEnv = "TERM=xterm-256color";
|
||||
};
|
||||
blast-jump-tmpl = ip: via: (blast-tmpl ip) // {
|
||||
proxyJump = via;
|
||||
};
|
||||
in ({
|
||||
sar1 = {
|
||||
hostname = "172.16.0.1";
|
||||
|
@ -79,9 +82,13 @@ in
|
|||
};
|
||||
|
||||
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-jump = blast-jump-tmpl "10.200.109.11" "blast-csgo2-jump";
|
||||
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-jump = blast-jump-tmpl "10.222.0.3" "bvm-netbox";
|
||||
|
||||
whitby = {
|
||||
hostname = "whitby.tvl.fyi";
|
||||
|
|
Loading…
Reference in a new issue