Skip to content
Snippets Groups Projects
Verified Commit 9c2fdaad authored by nd's avatar nd
Browse files

add support for debian bullseye

parent 367a0d2f
No related branches found
No related tags found
No related merge requests found
default_repos:
debian:
bullseye:
debian:
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} main contrib non-free"
update:
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-updates main contrib non-free"
security:
url: "deb https://security.debian.org/debian-security {{ ansible_distribution_release|lower }}-security main contrib non-free"
backports:
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
buster:
debian:
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }} main contrib non-free"
update:
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }}-updates main contrib non-free"
security:
url: "deb http://deb.debian.org/debian-security/ {{ ansible_distribution_release|lower }}/updates main contrib non-free"
backports:
url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
packages:
pkg:
aptitude: {}
"apt-transport-https": {}
bsdtar: {}
"libarchive-tools": {}
bzip2: {}
curl: {}
dnsutils: {}
......@@ -42,14 +41,4 @@ packages:
vnstat: {}
"xz-utils": {}
zsh: {}
repos:
debian:
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }} main contrib non-free"
update:
url: "deb http://deb.debian.org/debian {{ ansible_distribution_release|lower }}-updates main contrib non-free"
security:
url: "deb http://deb.debian.org/debian-security/ {{ ansible_distribution_release|lower }}/updates main contrib non-free"
# backports:
# url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
# url: "deb http://http.debian.net/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main"
repos: "{{ default_repos[ansible_distribution|lower][ansible_distribution_release|lower] }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment