basics.yml aktualisiert
This commit is contained in:
parent
426bcf27f8
commit
f2d03210f5
108
basics.yml
108
basics.yml
@ -14,24 +14,19 @@
|
||||
- name: Install Basic Packages
|
||||
apt:
|
||||
name:
|
||||
- hd-idle
|
||||
- bc
|
||||
- dhcpcd5
|
||||
- psutils
|
||||
- psmisc
|
||||
- procps
|
||||
- htop
|
||||
- iotop
|
||||
- sysstat
|
||||
- jnettop
|
||||
- strace
|
||||
- net-tools
|
||||
- vim
|
||||
- git
|
||||
- man-db
|
||||
- net-tools
|
||||
- tmux
|
||||
- netcat-traditional
|
||||
- ethtool
|
||||
- debconf-utils
|
||||
- iputils-ping
|
||||
- lsof
|
||||
@ -40,13 +35,11 @@
|
||||
- dos2unix
|
||||
- locales
|
||||
- iproute2
|
||||
- logrotate
|
||||
- cryptsetup
|
||||
- curl
|
||||
- moreutils
|
||||
- ffmpeg
|
||||
- mediainfo
|
||||
- smartmontools
|
||||
- telnet
|
||||
- libstring-approx-perl
|
||||
- postfix
|
||||
@ -56,95 +49,54 @@
|
||||
- libfile-readbackwards-perl
|
||||
- libcrypt-cbc-perl
|
||||
- libcrypt-des-perl
|
||||
- at
|
||||
- pwgen
|
||||
- jq
|
||||
- cifs-utils
|
||||
- apt-transport-https
|
||||
- golang
|
||||
- make
|
||||
- sshfs
|
||||
- imagemagick
|
||||
- libimage-exiftool-perl
|
||||
- sqlite3
|
||||
- html-xml-utils
|
||||
- openssh-server
|
||||
- wget
|
||||
- gpg
|
||||
- crudini
|
||||
update_cache: yes
|
||||
install_recommends: no
|
||||
|
||||
- name: Install Basic Packages if not running in container
|
||||
apt:
|
||||
name:
|
||||
- hd-idle
|
||||
- dhcpcd5
|
||||
- jnettop
|
||||
- strace
|
||||
- tmux
|
||||
- ethtool
|
||||
- logrotate
|
||||
- smartmontools
|
||||
- at
|
||||
- certbot
|
||||
- btrfs-progs
|
||||
- mdadm
|
||||
- ufw
|
||||
- jq
|
||||
- btrfsmaintenance
|
||||
- cifs-utils
|
||||
- apt-transport-https
|
||||
- sudo
|
||||
- golang
|
||||
- make
|
||||
- openssh-server
|
||||
- sshfs
|
||||
- imagemagick
|
||||
- libimage-exiftool-perl
|
||||
- nfs-common
|
||||
- sqlite3
|
||||
- html-xml-utils
|
||||
- ldmtool
|
||||
- wget
|
||||
- traceroute
|
||||
- mailutils
|
||||
- rsyslog
|
||||
- gpg
|
||||
- crudini
|
||||
#- systemd-resolved
|
||||
update_cache: yes
|
||||
install_recommends: no
|
||||
when: nocontainer.stat.exists == true
|
||||
|
||||
- name: Install Basic Packages
|
||||
apt:
|
||||
name:
|
||||
- bc
|
||||
- psutils
|
||||
- psmisc
|
||||
- procps
|
||||
- htop
|
||||
- iotop
|
||||
- sysstat
|
||||
- strace
|
||||
- net-tools
|
||||
- vim
|
||||
- git
|
||||
- man-db
|
||||
- netcat-traditional
|
||||
- debconf-utils
|
||||
- iputils-ping
|
||||
- lsof
|
||||
- inotify-tools
|
||||
- rsync
|
||||
- dos2unix
|
||||
- locales
|
||||
- iproute2
|
||||
- cryptsetup
|
||||
- curl
|
||||
- moreutils
|
||||
- ffmpeg
|
||||
- mediainfo
|
||||
- telnet
|
||||
- libstring-approx-perl
|
||||
- postfix
|
||||
- zip
|
||||
- nmap
|
||||
- whois
|
||||
- libfile-readbackwards-perl
|
||||
- libcrypt-cbc-perl
|
||||
- libcrypt-des-perl
|
||||
- pwgen
|
||||
- jq
|
||||
- cifs-utils
|
||||
- apt-transport-https
|
||||
- golang
|
||||
- make
|
||||
- sshfs
|
||||
- imagemagick
|
||||
- libimage-exiftool-perl
|
||||
- sqlite3
|
||||
- html-xml-utils
|
||||
- openssh-server
|
||||
- wget
|
||||
- gpg
|
||||
- crudini
|
||||
update_cache: yes
|
||||
install_recommends: no
|
||||
when: nocontainer.stat.exists == false
|
||||
|
||||
- name: check if this is a mint system
|
||||
stat:
|
||||
path: /etc/linuxmint/mintSystem.conf
|
||||
|
Loading…
Reference in New Issue
Block a user