Initial hyper-v demo skeleton
This commit is contained in:
21
collections/requirements.yml
Normal file
21
collections/requirements.yml
Normal 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"
|
||||
Reference in New Issue
Block a user