diff --git a/apt/templates/bullseye_backports.list.j2 b/apt/templates/bullseye_backports.list.j2 new file mode 100644 index 00000000..ab989dec --- /dev/null +++ b/apt/templates/bullseye_backports.list.j2 @@ -0,0 +1,3 @@ +# {{ ansible_managed }} + +deb http://mirror.evolix.org/debian bullseye-backports {{ apt_backports_components | mandatory }} diff --git a/apt/templates/bullseye_basics.list.j2 b/apt/templates/bullseye_basics.list.j2 new file mode 100644 index 00000000..5e0a0a53 --- /dev/null +++ b/apt/templates/bullseye_basics.list.j2 @@ -0,0 +1,5 @@ +# {{ ansible_managed }} + +deb http://mirror.evolix.org/debian bullseye {{ apt_basics_components | mandatory }} +deb http://mirror.evolix.org/debian/ bullseye-updates {{ apt_basics_components | mandatory }} +deb http://security.debian.org/ bullseye-security {{ apt_basics_components | mandatory }}