„mint.yml“ ändern
This commit is contained in:
parent
51b77ae954
commit
993647078f
74
mint.yml
74
mint.yml
@ -3,43 +3,43 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: Install Basic Packages
|
- name: Install Basic Packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
# powersave
|
# powersave
|
||||||
- tlp
|
- tlp
|
||||||
- tlp-rdw
|
- tlp-rdw
|
||||||
# Speed up program start
|
# Speed up program start
|
||||||
- preload
|
- preload
|
||||||
# mediacodecs and fonts
|
# mediacodecs and fonts
|
||||||
- ubuntu-restricted-extras
|
- ubuntu-restricted-extras
|
||||||
- libavcodec-extra
|
- libavcodec-extra
|
||||||
- libdvd-pkg
|
- libdvd-pkg
|
||||||
# terminus font
|
# terminus font
|
||||||
- xfonts-terminus
|
- xfonts-terminus
|
||||||
- xfonts-terminus-oblique
|
- xfonts-terminus-oblique
|
||||||
- xfonts-terminus-dos
|
- xfonts-terminus-dos
|
||||||
# share desk
|
# share desk
|
||||||
- x11vnc
|
- x11vnc
|
||||||
# useful other stuff
|
# useful other stuff
|
||||||
- spectre-meltdown-checker
|
- spectre-meltdown-checker
|
||||||
- pwgen
|
- pwgen
|
||||||
- arj
|
- arj
|
||||||
- p7zip
|
- p7zip
|
||||||
- unace
|
- unace
|
||||||
- unadf
|
- unadf
|
||||||
- bvi
|
- bvi
|
||||||
- fdupes
|
- fdupes
|
||||||
- radeontop
|
- radeontop
|
||||||
- debootstrap
|
- debootstrap
|
||||||
- geoip-bin
|
- geoip-bin
|
||||||
# tools for android-smartphones/LineageOS
|
# tools for android-smartphones/LineageOS
|
||||||
- heimdall-flash
|
- heimdall-flash
|
||||||
- android-tools-adb
|
- android-tools-adb
|
||||||
- android-tools-fastboot
|
- android-tools-fastboot
|
||||||
- android-tools-mkbootimg
|
- android-tools-mkbootimg
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
|
|
||||||
- name: remove dhcpcd becazse NetworkManager is doing the job
|
- name: remove dhcpcd becazse NetworkManager is doing the job
|
||||||
command: systemctl enable dhcpcd
|
command: systemctl enable dhcpcd
|
||||||
|
Loading…
Reference in New Issue
Block a user