kube local storage migration

This commit is contained in:
2024-07-11 00:56:51 -04:00
parent 887df21477
commit f2f51a923a
90 changed files with 614 additions and 1087 deletions

16
updates/upgrade-dnf.yaml Normal file
View File

@@ -0,0 +1,16 @@
- name: Upgrade
hosts: colors
tasks:
- name: Upgrade all packages
become: true
become_user: root
become_method: sudo
ansible.builtin.dnf:
name: "*"
state: latest
- name: Reboot
become: true
become_user: root
become_method: sudo
ansible.builtin.reboot:
reboot_timeout: 600