From 8c78f686e3ea589dfeff66adc162055581cf9ac6 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 19 Feb 2023 11:52:58 +0100 Subject: [PATCH] change default packages --- vars/main.yaml | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/vars/main.yaml b/vars/main.yaml index 06aec0e..1bf2bf4 100644 --- a/vars/main.yaml +++ b/vars/main.yaml @@ -1,12 +1,5 @@ debian_base_packages: - # admin tools - - lsof - - less - - psmisc - - ipcalc - - ipv6calc - # editors - nano @@ -14,19 +7,14 @@ debian_base_packages: - net-tools - iputils-ping - # compression - - unzip - - p7zip - - zip - - unzip + # shells + - fish + - elvish # file sync tools - rsync - zsync - # shells - - fish - # ansible requirements - python3 - python3-apt @@ -37,9 +25,22 @@ debian_base_packages: debian_common_packages: + # admin tools + - lsof + - less + - psmisc + - ipcalc + - ipv6calc + # apt tools - aptitude + # compression + - unzip + - p7zip + - zip + - xz-utils + # editors - nano - micro @@ -71,10 +72,12 @@ debian_common_packages: # file sync tools - rsync - zsync + - unison + - rclone # shells - - xonsh - fish + - elvish # shell tools - tmux @@ -88,7 +91,6 @@ debian_common_packages: # terminfo - kitty-terminfo - # programming - python3 - python3-pip