mirror of
https://github.com/netbirdio/ansible-netbird.git
synced 2026-05-22 18:43:36 -07:00
15 lines
383 B
YAML
15 lines
383 B
YAML
---
|
|
# Groups
|
|
# Matches NetBird UI: Access Control > Groups
|
|
#
|
|
# Use plain group names — the playbook resolves them to IDs.
|
|
# Note: The "All" group is auto-managed by NetBird — do NOT include it here.
|
|
#
|
|
# Reference: https://docs.netbird.io/api/resources/groups
|
|
|
|
netbird_groups: []
|
|
# - name: "developers"
|
|
# state: present
|
|
# - name: "production-servers"
|
|
# state: present
|