fix: add missing debian.sources.j2 template

This commit is contained in:
Simon Cornet 2025-08-13 14:31:18 +02:00
commit a93e3f0e1e
2 changed files with 17 additions and 0 deletions

View file

@ -13,6 +13,10 @@ apt_repository: "https://archive.ubuntu.com/ubuntu"
apt_repository_main: "https://archive.ubuntu.com/ubuntu"
apt_repository_security: "https://archive.ubuntu.com/ubuntu"
# debian repository url
debian_repo_url_security: "https://security.debian.org/debian-security"
debian_repo_url_update: "https://deb.debian.org/debian"
# firewall
firewall_enable: true
firewall_basic_rules:

View file

@ -0,0 +1,13 @@
Types: deb deb-src
URIs: {{ debian_repo_url_update }}
Suites: {{ ansible_distribution_release }} {{ ansible_distribution_release }}-updates
Components: main contrib non-free non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb deb-src
URIs: {{ debian_repo_url_security }}
Suites: {{ ansible_distribution_release }}-security
Components: main contrib non-free non-free-firmware
Enabled: yes
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg