This commit is contained in:
Jake Kasper
2025-12-09 09:33:48 -06:00
parent 228174e541
commit 4f1e8d3add
55 changed files with 4345 additions and 0 deletions

View 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"