initial install

This commit is contained in:
olli 2022-10-17 14:51:39 +02:00
parent 5bcd4cb7a8
commit c8d6ee50f1

37
kodi.yml Normal file
View File

@ -0,0 +1,37 @@
---
- name: Mint Packages
hosts: all
tasks:
- name: Install Basic Packages
apt:
name:
# share desk
- x11vnc
# useful other stuff
- pwgen
- arj
- p7zip
- unace
- unadf
- bvi
- fdupes
- radeontop
- debootstrap
- geoip-bin
- sshfs
- speedtest-cli
# tools for android-smartphones/LineageOS
- heimdall-flash
- android-tools-adb
- android-tools-fastboot
- android-tools-mkbootimg
update_cache: yes
install_recommends: no
- name: Install Flatpaks
community.general.flatpak:
name:
- tv.kodi.Kodi
state: present
method: system