mirror of
https://github.com/netbirdio/ansible-netbird.git
synced 2026-05-22 18:43:36 -07:00
19 lines
660 B
YAML
19 lines
660 B
YAML
---
|
|
# NetBird Setup Keys
|
|
#
|
|
# Keys are used for peer enrollment. Key values are returned only at creation
|
|
# time and cannot be retrieved later — store them securely.
|
|
#
|
|
# auto_groups use plain names (resolved to IDs automatically).
|
|
# See docs/guide_netbird_config_as_code.md for details.
|
|
|
|
netbird_setup_keys: []
|
|
# - name: "server-enrollment"
|
|
# key_type: "reusable" # one-off or reusable
|
|
# expires_in: 604800 # 7 days in seconds
|
|
# auto_groups:
|
|
# - servers # resolved to ID automatically
|
|
# usage_limit: 0 # 0 = unlimited (reusable only)
|
|
# ephemeral: false
|
|
# state: present
|