diff --git a/Ansible/requirements.yaml b/Ansible/requirements.yaml index e5ed4b7..2ac3a61 100644 --- a/Ansible/requirements.yaml +++ b/Ansible/requirements.yaml @@ -43,14 +43,14 @@ 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 @@ -58,7 +58,7 @@ collections: # - Proxmox inventory helpers # - general-purpose filters/lookups - name: community.general - version: "12.6.0" + version: "12.6.2" # Cryptography / PKI: # - certificate generation @@ -66,7 +66,7 @@ collections: # - SSH key operations # - local CA workflows - name: community.crypto - version: "3.2.0" + version: "3.2.2" # --------------------------------------------------------------------------- # Docker / Container Runtime @@ -82,7 +82,7 @@ collections: # - Technitium Docker deployment # - Local service/container roles - name: community.docker - version: "5.2.0" + version: "5.2.1" # --------------------------------------------------------------------------- # Databases @@ -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 @@ -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 @@ -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