Refactor os-updates: deb822 support, codename alignment, logging, reboot task, drop major-version upgrade; add healthcheck to update playbook
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user