15 lines
No EOL
561 B
YAML
15 lines
No EOL
561 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
|
|
|
|
roles:
|
|
- name: geerlingguy.docker
|
|
version: ">=6.1.0" # Changed to >= to allow updates
|
|
- name: geerlingguy.kubernetes
|
|
version: ">=8.0.0" # Changed to >= to allow updates - supports K8s 1.30+ |