Replace tailscale with netbird

This commit is contained in:
Tobias Reisinger 2025-12-11 22:43:45 +01:00
parent fc745fa8b4
commit 8afa6f5c7a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 89 additions and 141 deletions

View file

@ -31,10 +31,10 @@ runcmd:
- sed -i 's/\#\?PermitRootLogin .\+/PermitRootLogin no/' /etc/ssh/sshd_config
- systemctl restart sshd
#####################################################################
### Install tailscale ### Install tailscale ### Install tailscale ###
#####################################################################
# One-command install, from https://tailscale.com/download/
- ['sh', '-c', 'curl -fsSL https://tailscale.com/install.sh | sh']
- ['tailscale', 'up', '--authkey=${tailscale_authkey}', '--hostname=${hostname}']
###############################################################
### Install netbird ### Install netbird ### Install netbird ###
###############################################################
# One-command install, from https://docs.netbird.io/get-started/install/linux
- ['sh', '-c', 'curl -fsSL https://pkgs.netbird.io/install.sh | sh']
- ['netbird', 'up', '--setup-key=${netbird_setup_key}', '--hostname=${hostname}']