Initial hyper-v demo skeleton

This commit is contained in:
2026-04-28 15:59:50 -04:00
commit 1759682aef
14 changed files with 737 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
collections:
# Windows management
- name: ansible.windows
version: ">=2.0.0"
# Community Windows modules
- name: community.windows
version: ">=2.0.0"
# General utilities
- name: ansible.builtin
version: ">=2.0.0"
# ServiceNow integration
- name: servicenow.itsm
version: ">=2.0.0"
# Event-Driven Ansible (future)
- name: ansible.eda
version: ">=1.0.0"