Refactor os-updates: deb822 support, codename alignment, logging, reboot task, drop major-version upgrade; add healthcheck to update playbook

This commit is contained in:
DerLinkman
2026-07-18 00:07:49 +02:00
parent 8f082ba2bd
commit fbac01eea9
12 changed files with 293 additions and 102 deletions
@@ -0,0 +1,26 @@
# {{ ansible_managed }}
# Package sources for Debian {{ os_update_version_codename }}. This file is generated by Ansible using the os-updates role.
# Using deb822 format for sources.list as it is the new standard in Debian 13 and newer. This file is placed in /etc/apt/sources.list.d/debian.sources to avoid conflicts with older sources.list files and to allow coexistence during transition.
Types: deb
URIs: {{ os_update_mirrors[0] }}
Suites: {{ os_update_version_codename }}
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: {{ os_update_mirrors[0] }}
Suites: {{ os_update_version_codename }}-updates
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: {{ os_update_mirrors[0] }}
Suites: {{ os_update_version_codename }}-backports
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
URIs: {{ os_update_mirrors[1] }}
Suites: {{ os_update_version_codename }}-security
Components: main contrib non-free non-free-firmware
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg