forked from fediversity/fediversity
explain jump host
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
14c2f83bec
commit
f4d2c3174c
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ let
|
||||||
inherit (import ./constants.nix) pathToRoot;
|
inherit (import ./constants.nix) pathToRoot;
|
||||||
nodeName = "pve";
|
nodeName = "pve";
|
||||||
targetSystem = system;
|
targetSystem = system;
|
||||||
|
# for the test use the proxmox host as jump host,
|
||||||
|
# as we have no static IPs the deployer can reach the deployed VM on
|
||||||
sshOpts = [
|
sshOpts = [
|
||||||
"ProxyCommand=ssh -W %h:%p pve"
|
"ProxyCommand=ssh -W %h:%p pve"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue