netbird server works now. linted the yml files

This commit is contained in:
2026-08-30 07:35:08 +00:00
parent ae69c2fafe
commit 35a3bb9ad2
40 changed files with 366 additions and 135 deletions
+9
View File
@@ -0,0 +1,9 @@
---
- name: Deploy Netbird and Caddy
hosts: clair # Replace with the actual host running the Netbird control plane
become: true
vars_files:
- vars/default.yml
roles:
- netbird
- caddy