ansible/roles/tailscale/tasks/main.yml in subspace-3.0.0.rc1 vs ansible/roles/tailscale/tasks/main.yml in subspace-3.0.0

- old
+ new

@@ -17,6 +17,6 @@ state: latest update_cache: yes - name: "Join the tailnet" become: true - command: tailscale up --auth-key {{tailscale_auth_key}} {{tailscale_options}} + command: tailscale up --ssh --auth-key={{tailscale_auth_key}} --hostname={{project_name}}-{{hostname}} --accept-risk=lose-ssh {{tailscale_options}}