„mint.yml“ ändern

This commit is contained in:
olli 2022-07-09 16:19:58 +02:00
parent 51b77ae954
commit 993647078f

View File

@ -3,43 +3,43 @@
hosts: all
tasks:
- name: Install Basic Packages
apt:
name:
# powersave
- tlp
- tlp-rdw
# Speed up program start
- preload
# mediacodecs and fonts
- ubuntu-restricted-extras
- libavcodec-extra
- libdvd-pkg
# terminus font
- xfonts-terminus
- xfonts-terminus-oblique
- xfonts-terminus-dos
# share desk
- x11vnc
# useful other stuff
- spectre-meltdown-checker
- pwgen
- arj
- p7zip
- unace
- unadf
- bvi
- fdupes
- radeontop
- debootstrap
- geoip-bin
# tools for android-smartphones/LineageOS
- heimdall-flash
- android-tools-adb
- android-tools-fastboot
- android-tools-mkbootimg
update_cache: yes
install_recommends: no
- name: Install Basic Packages
apt:
name:
# powersave
- tlp
- tlp-rdw
# Speed up program start
- preload
# mediacodecs and fonts
- ubuntu-restricted-extras
- libavcodec-extra
- libdvd-pkg
# terminus font
- xfonts-terminus
- xfonts-terminus-oblique
- xfonts-terminus-dos
# share desk
- x11vnc
# useful other stuff
- spectre-meltdown-checker
- pwgen
- arj
- p7zip
- unace
- unadf
- bvi
- fdupes
- radeontop
- debootstrap
- geoip-bin
# tools for android-smartphones/LineageOS
- heimdall-flash
- android-tools-adb
- android-tools-fastboot
- android-tools-mkbootimg
update_cache: yes
install_recommends: no
- name: remove dhcpcd becazse NetworkManager is doing the job
command: systemctl enable dhcpcd