Parcourir la source

change default packages

master
Parent
révision
8c78f686e3
1 fichiers modifiés avec 19 ajouts et 17 suppressions
  1. +19
    -17
      vars/main.yaml

+ 19
- 17
vars/main.yaml Voir le fichier

@@ -1,12 +1,5 @@
debian_base_packages: debian_base_packages:


# admin tools
- lsof
- less
- psmisc
- ipcalc
- ipv6calc

# editors # editors
- nano - nano


@@ -14,19 +7,14 @@ debian_base_packages:
- net-tools - net-tools
- iputils-ping - iputils-ping


# compression
- unzip
- p7zip
- zip
- unzip
# shells
- fish
- elvish


# file sync tools # file sync tools
- rsync - rsync
- zsync - zsync


# shells
- fish

# ansible requirements # ansible requirements
- python3 - python3
- python3-apt - python3-apt
@@ -37,9 +25,22 @@ debian_base_packages:


debian_common_packages: debian_common_packages:


# admin tools
- lsof
- less
- psmisc
- ipcalc
- ipv6calc

# apt tools # apt tools
- aptitude - aptitude


# compression
- unzip
- p7zip
- zip
- xz-utils

# editors # editors
- nano - nano
- micro - micro
@@ -71,10 +72,12 @@ debian_common_packages:
# file sync tools # file sync tools
- rsync - rsync
- zsync - zsync
- unison
- rclone


# shells # shells
- xonsh
- fish - fish
- elvish


# shell tools # shell tools
- tmux - tmux
@@ -88,7 +91,6 @@ debian_common_packages:
# terminfo # terminfo
- kitty-terminfo - kitty-terminfo



# programming # programming
- python3 - python3
- python3-pip - python3-pip