]> 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     - bluedevil
16     - bluedevil
17     - bluetooth
18     - bluez-cups
19     - bluez-firmware
20     - bluez-meshd
21     - bluez-obexd
22     - bluez-tools
23     - chromium
24     - cups
25     - dolphin
26     - gwenview
27     - hpijs-ppds
28     - hplip
29     - kaddressbook
30     - kcalc
31     - kde-config-screenlocker
32     - kde-config-sddm
33     - kde-spectacle
34     - kde-style-oxygen-qt5
35     - kdegraphics-thumbnailers
36     - kdepim
37     - kdialog
38     - keepassxc
39     - khotkeys
40     - kmail
41     - knotes
42     - konsole
43     - kontact
44     - korganizer
45     - kscreen
46     - kscreen
47     - kwalletmanager
48     - kwin-x11
49     - kwrite
50     - laptop-detect
51     - libnotify-bin
52     - libreoffice
53     - libreoffice-sdbc-firebird
54     - libreoffice-sdbc-hsqldb
55     - network-manager
56     - okular
57     - pdftk
58     - plasma-dataengines-addons
59     - plasma-desktop
60     - plasma-nm
61     - plasma-pa
62     - plasma-runners-addons
63     - plasma-thunderbolt
64     - plasma-wallpapers-addons
65     - plasma-widgets-addons
66     - plasma-workspace
67     - polkit-kde-agent-1
68     - powerdevil
69     - powertop
70     - print-manager
71     - printer-driver-gutenprint
72     - printer-driver-hpcups
73     - printer-driver-hpijs
74     - rfkill
75     - sddm
76     - sddm-theme-elarun
77     - skanlite
78     - skanpage
79     - smplayer
80     - sweeper
81     - tesseract-ocr
82     - udisks2
83     - upower
84     - wireless-tools
85     - x11vnc
86     - xdg-utils
87     - xorg
88     - xserver-xorg-input-all
89     - xserver-xorg-video-all
90
91     state: present
92     policy_rc_d: 101
93   tags: "online"