Move to more dynamic apt configs

Allow specifying repository URLs in the group_vars, and add
release-specific template files to support future version changes.
This commit is contained in:
2021-04-08 14:14:25 -04:00
committed by Joshua Boniface
parent 3e1d3a90b0
commit 3819cd87fd
4 changed files with 18 additions and 15 deletions

View File

@ -0,0 +1,14 @@
# apt configuration: main sources list (buster)
# {{ ansible_managed }}
deb {{ debian_main_repository }} buster main contrib non-free
deb-src {{ debian_main_repository }} buster main contrib
deb {{ debian_security_repository }} buster/updates main contrib
deb-src {{ debian_security_repository }} buster/updates main contrib
deb {{ debian_main_repository }} buster-updates main contrib
deb-src {{ debian_main_repository }} buster-updates main contrib
deb {{ debian_pvc_repository }} buster pvc
deb-src {{ debian_pvc_repository }} buster pvc