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