Files

10 lines
204 B
YAML

---
- 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