]> git.somenet.org - root/pub/somesible.git/blob - roles/workstation/common/tasks/main.yml
roles/server/ircd/files
[root/pub/somesible.git] / roles / workstation / common / 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 common workstation packages
9   apt:
10     pkg:
11     - bluez
12     - bluez-cups
13     - bluez-firmware
14     - bluez-meshd
15     - bluez-obexd
16     - bluez-tools
17     - chromium
18     - cups
19     - hpijs-ppds
20     - hplip
21     - keepassxc
22     - laptop-detect
23     - libnotify-bin
24     - libreoffice
25     - network-manager
26     - pdftk-java
27     - printer-driver-all-enforce
28     - rfkill
29     - smplayer
30     - udisks2
31     - vlc
32     - yt-dlp
33     state: present
34     policy_rc_d: 101
35   tags: "online"