You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for self-hosted Netbird instances and update README (#33)
* Add support for self-hosted Netbird instances and update README
- Implemented logic to handle `netbird_deployment_mode` .
- Added validation to ensure `netbird_management_url` is defined and non-empty when using self-hosted mode.
- Updated README with detailed documentation for `netbird_deployment_mode` and `netbird_management_url`.
* Renamed saas to cloud-hosted
* Rename variable netbird_management_url to netbird_mgmt_url
* Remove netbird_deployment_mode and simplify instance selection with netbird_mgmt_url
- Removed `netbird_deployment_mode` variable.
- Updated logic to determine instance type based on `netbird_mgmt_url`.
Copy file name to clipboardExpand all lines: roles/netbird/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Role Variables
10
10
--------------
11
11
-`netbird_setup_key`: The key that is used to automate the setup process.
12
12
-`netbird_register`: A true/false defining whether or not register netbird.
13
+
-`netbird_mgmt_url`: The management URL for the self-hosted instance. If not specified, defaults to the cloud-hosted instance (https://api.netbird.io:443).
0 commit comments