add setup command

This commit is contained in:
2026-04-17 18:31:11 -06:00
parent b21ea34764
commit 2239644fb6
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
netbird_version: "0.68.3" netbird_version: "0.68.3"
netbird_sha256: "a3ba352f2b2bfbcd1bf157257b3b1fbe4c9d21dee2a7cb15e9c36b2a092563d9 " netbird_sha256: "a3ba352f2b2bfbcd1bf157257b3b1fbe4c9d21dee2a7cb15e9c36b2a092563d9 "
netbird_setup_key: "{{ lookup('bitwarden.secrets.lookup', 'a3402c94-7082-4d70-8436-b42e002c8e18') }}"
private_domains: private_domains:
- name: jthan.io - name: jthan.io

View File

@@ -59,3 +59,7 @@
state: started state: started
enabled: true enabled: true
daemon_reload: true daemon_reload: true
- name: Run netbird up with setup key
command:
cmd: /usr/local/bin/netbird up --setup-key {{ netbird_setup_key }} --management-url https://netbird.jthan.io:443