update pyinfra

This commit is contained in:
Jakub Kropáček 2025-07-27 11:39:27 +02:00
parent 68bd74ac7f
commit a9bfc2d7e8
Signed by: JustScreaMy
GPG key ID: 4EC6A2C45D75FC86

View file

@ -20,60 +20,9 @@ servers = [
kropcloud = [ kropcloud = [
( (
"dev-server", { "wg-entry", {
"ssh_user": "krop", "ssh_user": "root",
"ssh_hostname": "192.168.1.151", "ssh_hostname": "91.99.52.207",
}, },
), ),
# (
# "k3s-node0", {
# "ssh_user": "root",
# "ssh_hostname": "192.168.1.190",
# "tailscale": False,
# "k3s": {
# "role": "master",
# "token": "1mN0tv3r1!s3cur3Bu1?T3s0Nl#",
# },
# },
# ),
# (
# "k3s-node1", {
# "ssh_user": "root",
# "ssh_hostname": "192.168.1.191",
# "tailscale": False,
# "k3s": {
# "role": "worker",
# "master": "192.168.1.190",
# "token": "1mN0tv3r1!s3cur3Bu1?T3s0Nl#",
# },
# },
# ),
# (
# "k3s-node2", {
# "ssh_user": "root",
# "ssh_hostname": "192.168.1.192",
# "tailscale": False,
# "k3s": {
# "role": "worker",
# "master": "192.168.1.190",
# "token": "1mN0tv3r1!s3cur3Bu1?T3s0Nl#",
# },
# },
# ),
# (
# "k3s-nfs", {
# "ssh_user": "root",
# "ssh_hostname": "192.168.1.195",
# "tailscale": False,
# "nfs": {
# "exports": [
# {
# "directory": "/mnt/nas",
# "ip": "192.168.1.0/24",
# "flags": ["rw","sync","no_wdelay","no_root_squash","insecure","no_subtree_check"],
# },
# ],
# },
# },
# ),
] ]