Add Roeland to k3s cluster
This commit is contained in:
parent
db923b3594
commit
8ca63e3d70
3 changed files with 87 additions and 72 deletions
|
@ -7,11 +7,13 @@
|
|||
facter.reportPath = ./facter.json;
|
||||
system.stateVersion = "25.05";
|
||||
users.users.root.openssh.authorizedKeys.keys = config.pim.ssh.keys.pim ++ config.pim.ssh.keys.niels;
|
||||
pim.k3s.serverAddr = "https://atlas.dmz:6443";
|
||||
pim.hasK8sStorageSetup = lib.mkForce false;
|
||||
|
||||
deployment = {
|
||||
targetHost = "192.168.10.40";
|
||||
targetHost = "roeland";
|
||||
targetUser = "root";
|
||||
tags = ["server"];
|
||||
tags = ["server" "kubernetes"];
|
||||
};
|
||||
|
||||
disko.devices = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue