add win_wg_spoke role

This commit is contained in:
Sergey Malyuk
2026-04-09 12:37:07 +03:00
parent af6fa9b3ac
commit 3cb1b7439e
10 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
# Blank task for ignoring CI testing
# This role was tested manually
- name: Blank
ansible.builtin.command: echo
changed_when: false