Replace tailscale with netbird
This commit is contained in:
parent
fc745fa8b4
commit
8afa6f5c7a
13 changed files with 89 additions and 141 deletions
|
|
@ -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}']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue