Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/basic_tools
This commit is contained in:
commit
d499988e4e
2 changed files with 24 additions and 11 deletions
22
defaults/main.yml
Normal file
22
defaults/main.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
pkg:
|
pkg:
|
||||||
aptitude: {}
|
aptitude: {}
|
||||||
|
|
@ -21,7 +20,7 @@ packages:
|
||||||
mksh: {}
|
mksh: {}
|
||||||
"molly-guard": {}
|
"molly-guard": {}
|
||||||
mosh: {}
|
mosh: {}
|
||||||
mtr: {}
|
"mtr-tiny": {}
|
||||||
ncdu: {}
|
ncdu: {}
|
||||||
"ncurses-term": {}
|
"ncurses-term": {}
|
||||||
"net-tools": {}
|
"net-tools": {}
|
||||||
|
|
@ -42,12 +41,4 @@ packages:
|
||||||
vnstat: {}
|
vnstat: {}
|
||||||
"xz-utils": {}
|
"xz-utils": {}
|
||||||
zsh: {}
|
zsh: {}
|
||||||
repos:
|
repos: "{{ default_repos[ansible_distribution|lower][ansible_distribution_release|lower] }}"
|
||||||
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"
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue