10 lines
223 B
YAML
10 lines
223 B
YAML
---
|
|
all:
|
|
children:
|
|
netbird_servers:
|
|
hosts:
|
|
netbird-vps:
|
|
ansible_host: your-server.example.com # CHANGE THIS
|
|
ansible_user: root
|
|
ansible_python_interpreter: /usr/bin/python3
|