21 lines
No EOL
770 B
YAML
21 lines
No EOL
770 B
YAML
---
|
|
collections:
|
|
# Use latest versions - minimum versions ensure compatibility
|
|
- name: community.general
|
|
version: ">=12.0.0" # Updated from >=8.0.0 - current: 12.1.0
|
|
- name: ansible.posix
|
|
version: ">=2.0.0" # Added version constraint - current: 2.1.0
|
|
- name: kubernetes.core
|
|
version: ">=6.0.0" # Updated from >=2.4.0 - current: 6.2.0
|
|
- name: community.postgresql
|
|
version: ">=3.0.0" # Required for PostgreSQL management
|
|
- name: community.proxmox
|
|
version: ">=1.0.0" # Required for Proxmox VM management
|
|
- name: community.mysql
|
|
version: ">=3.0.0" # Required for Icinga2 MySQL management
|
|
- name: netbox.netbox
|
|
version: ">=3.0.0" # Required for NetBox automation
|
|
|
|
roles:
|
|
- name: geerlingguy.postgresql
|
|
version: "3.4.3" |