Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Ansible/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,30 @@ collections:
# - firewalld
# - profile tasks used across Linux hosts
- name: ansible.posix
version: "2.1.0"
version: "2.2.1"

# Data manipulation helpers:
# - ipaddr / network filters
# - validation helpers
# - CLI parsing helpers
- name: ansible.utils
version: "6.0.0"
version: "6.0.3"

# Broad community modules and plugins:
# - filesystem helpers
# - package/system utilities
# - Proxmox inventory helpers
# - general-purpose filters/lookups
- name: community.general
version: "12.6.0"
version: "12.6.2"

# Cryptography / PKI:
# - certificate generation
# - CSR handling
# - SSH key operations
# - local CA workflows
- name: community.crypto
version: "3.2.0"
version: "3.2.2"

# ---------------------------------------------------------------------------
# Docker / Container Runtime
Expand All @@ -82,7 +82,7 @@ collections:
# - Technitium Docker deployment
# - Local service/container roles
- name: community.docker
version: "5.2.0"
version: "5.2.1"

# ---------------------------------------------------------------------------
# Databases
Expand Down Expand Up @@ -158,7 +158,7 @@ collections:
# - Cloudflare account resources
# - tunnel-adjacent automation where supported by the collection
- name: linuxhq.cloudflare
version: "2.0.5"
version: "2.0.9"

# =============================================================================
# Roles
Expand All @@ -180,7 +180,7 @@ roles:
# - Keep this pinned.
# - Upgrade only with RKE2 version testing.
- name: lablabs.rke2
version: "1.51.0"
version: "1.53.1"

# ---------------------------------------------------------------------------
# Proxmox VE: node / cluster configuration
Expand All @@ -201,7 +201,7 @@ roles:
- name: lae.proxmox
src: git+https://github.com/lae/ansible-role-proxmox.git
scm: git
version: "v1.9.0"
version: "v1.10.1"

# =============================================================================
# Removed / Replaced
Expand Down
Loading