]> git.somenet.org - root/pub/somesible.git/blob - roles/workstation/kde-full/tasks/main.yml
[roles/workstation/kde-full] install kde with more kde
[root/pub/somesible.git] / roles / workstation / kde-full / tasks / main.yml
1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2025 by someone <someone@somenet.org>
6 #
7 ---
8 - name: install kde packages
9   apt:
10     pkg:
11     - akonadi-backend-sqlite
12     - akonadiconsole
13     - akregator
14     - ark
15     - bluetooth
16     - chromium
17     - cups
18     - dolphin
19     - gwenview
20     - hpijs-ppds
21     - hplip
22     - kaddressbook
23     - kcalc
24     - kde-config-screenlocker
25     - kde-config-sddm
26     - kde-spectacle
27     - kde-style-oxygen-qt5
28     - kdegraphics-thumbnailers
29     - kdepim
30     - kdialog
31     - keepassxc
32     - khotkeys
33     - kmail
34     - knotes
35     - konsole
36     - kontact
37     - korganizer
38     - kwalletmanager
39     - kwin-x11
40     - kwrite
41     - laptop-detect
42     - libnotify-bin
43     - libreoffice
44     - libreoffice-sdbc-firebird
45     - libreoffice-sdbc-hsqldb
46     - network-manager
47     - okular
48     - pdftk
49     - plasma-dataengines-addons
50     - plasma-desktop
51     - plasma-nm
52     - plasma-pa
53     - plasma-runners-addons
54     - plasma-wallpapers-addons
55     - plasma-widgets-addons
56     - plasma-workspace
57     - polkit-kde-agent-1
58     - powertop
59     - print-manager
60     - printer-driver-gutenprint
61     - printer-driver-hpcups
62     - printer-driver-hpijs
63     - rfkill
64     - sddm
65     - sddm-theme-elarun
66     - skanlite
67     - skanpage
68     - smplayer
69     - sweeper
70     - tesseract-ocr
71     - udisks2
72     - upower
73     - vlc
74     - wireless-tools
75     - x11vnc
76     - xdg-utils
77     - xorg
78     - xserver-xorg-input-all
79     - xserver-xorg-video-all
80     - yt-dlp
81
82     state: present
83     policy_rc_d: 101
84   tags: "online"