--- # ============================================================================ # 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"