homeserver/roles/mgrote.apt_manage_sources/vars/pbs.yaml
mg d6b5e4f1d7 apt_manage_sources: templating (#549)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #549
2023-07-05 15:30:24 +02:00

8 lines
412 B
YAML

---
# Repositories
repos:
- "deb http://ftp.de.debian.org/debian {{ ansible_distribution_release }} main contrib"
- "deb http://ftp.de.debian.org/debian {{ ansible_distribution_release }}-updates main contrib"
- "deb http://security.debian.org {{ ansible_distribution_release }}-security main contrib"
- "deb http://download.proxmox.com/debian/pbs {{ ansible_distribution_release }} pbs-no-subscription"