WIP: apt: prepare Trixie
This commit is contained in:
parent
1664da44d6
commit
7c3221c37e
3 changed files with 23 additions and 0 deletions
7
apt/templates/trixie_backports.sources.j2
Normal file
7
apt/templates/trixie_backports.sources.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
Types: deb
|
||||
URIs: http://mirror.evolix.org/debian
|
||||
Suites: trixie-backports
|
||||
Components: {{ apt_backports_components | mandatory }}
|
||||
Enabled: {{ apt_install_backports | bool | ternary('yes', 'no') }}
|
8
apt/templates/trixie_basics.sources.j2
Normal file
8
apt/templates/trixie_basics.sources.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
Types: deb
|
||||
URIs: http://mirror.evolix.org/debian
|
||||
Suites: trixie trixie-updates
|
||||
Components: {{ apt_basics_components | mandatory }}
|
||||
Enabled: yes
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
8
apt/templates/trixie_security.sources.j2
Normal file
8
apt/templates/trixie_security.sources.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
Types: deb
|
||||
URIs: https://security.debian.org/debian-security
|
||||
Suites: trixie-security
|
||||
Components: {{ apt_basics_components | mandatory }}
|
||||
Enabled: yes
|
||||
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
|
Loading…
Reference in a new issue