Claude 1
This commit is contained in:
20
sophos-xgs-ansible/collections/requirements.yml
Normal file
20
sophos-xgs-ansible/collections/requirements.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# ============================================================================
|
||||
# Ansible Collections Requirements
|
||||
# ============================================================================
|
||||
# Install these collections with:
|
||||
# ansible-galaxy collection install -r collections/requirements.yml
|
||||
# ============================================================================
|
||||
|
||||
collections:
|
||||
# Community general collection for utility modules
|
||||
- name: community.general
|
||||
version: ">=7.0.0"
|
||||
|
||||
# Ansible URI module enhancements (if needed)
|
||||
- name: ansible.netcommon
|
||||
version: ">=5.0.0"
|
||||
|
||||
# YAML and Jinja2 utilities
|
||||
- name: ansible.utils
|
||||
version: ">=2.10.0"
|
||||
Reference in New Issue
Block a user