Big update

This commit is contained in:
fwastring 2025-02-12 15:45:56 +01:00
parent b704eb4ba8
commit 1fdb076fc5
11 changed files with 53 additions and 37 deletions

View file

@ -86,6 +86,18 @@
user = "fw";
identityFile = "/home/fw/.ssh/id_rsa";
};
"kube01" = {
hostname = "192.168.0.177";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"runner01" = {
hostname = "192.168.0.205";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
};
};
}