This commit is contained in:
baschno
2025-08-21 21:08:27 +02:00
parent 3705925783
commit c6b2262d40
3 changed files with 24 additions and 2 deletions

16
bump_servers.yml Normal file
View File

@@ -0,0 +1,16 @@
---
- hosts: dockerhosts
tasks:
- name: Update all packages to their latest version
become: true
ansible.builtin.apt:
name: "*"
state: latest
- hosts: k3sprod
tasks:
- name: Update all packages to their latest version
become: true
ansible.builtin.apt:
name: "*"
state: latest