Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools

This commit is contained in:
nd 2023-06-17 15:46:11 +02:00
commit 107c577b1c
No known key found for this signature in database
GPG key ID: 089EAC11F59D1863
4 changed files with 65 additions and 49 deletions

View file

@ -8,7 +8,7 @@ default_repos:
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"
url: "deb https://deb.debian.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }}-backports main contrib non-free"
bullseye: *debian_default_repos
buster:
debian:
@ -18,6 +18,55 @@ default_repos:
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 contrib non-free"
raspbian:
bullseye: {}
buster: {}
default_packages:
debian:
bullseye: &debian_packages
aptitude: {}
"apt-transport-https": {}
"libarchive-tools": {}
bzip2: {}
curl: {}
dnsutils: {}
file: {}
git: {}
haveged: {}
htop: {}
iftop: {}
iotop: {}
less: {}
"locales-all": {}
lsof: {}
mailutils: {}
members: {}
mksh: {}
"molly-guard": {}
mosh: {}
"mtr-tiny": {}
ncdu: {}
"ncurses-term": {}
"net-tools": {}
nmap: {}
pciutils: {}
pv: {}
python3: {}
rsync: {}
screen: {}
sshfs: {}
sudo: {}
sysstat: {}
tcpdump: {}
tmux: {}
tree: {}
unzip: {}
usbutils: {}
"vim": {}
vnstat: {}
"xz-utils": {}
zip: {}
zsh: {}
buster: *debian_packages