10 lines
234 B
YAML
10 lines
234 B
YAML
---
|
|
# file: netbird_server.yaml
|
|
- hosts: netbird_server
|
|
roles:
|
|
- common
|
|
- docker
|
|
- netbird_peer # can be server and peer to access internal resources
|
|
- ldap_client # which allows us to talk to ldap, authentik, etc.
|
|
|