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