]> git.somenet.org - root/pub/somesible.git/blob - roles/workstation/common/tasks/main.yml
roles/workstation/common/tasks
[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     - chromium
12     - cups
13     - hpijs-ppds
14     - hplip
15     - keepassxc
16     - laptop-detect
17     - libnotify-bin
18     - libreoffice
19     - pdftk-java
20     - rfkill
21     - smplayer
22     - udisks2
23     - vlc
24     - yt-dlp
25     state: present
26     policy_rc_d: 101
27   tags: "online"