resist-vpn-infra/roles/wireguard_server/tasks/main.yml
2026-01-26 21:22:41 -05:00

13 lines
318 B
YAML

---
# WireGuard Server Role - Main Tasks
- name: Include installation tasks
ansible.builtin.include_tasks: install.yml
- name: Include configuration tasks
ansible.builtin.include_tasks: configure.yml
- name: Include user management tasks
ansible.builtin.include_tasks: users.yml
when: wg_peers | length > 0