split up plazbook
This commit is contained in:
31
packages.yml
Normal file
31
packages.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
- name: Setup basic desktop environment
|
||||
hosts: localhost
|
||||
become_method: sudo
|
||||
become: yes
|
||||
tasks:
|
||||
- name: istall more packages
|
||||
apt:
|
||||
name:
|
||||
- firefox-esr
|
||||
- keepassxc
|
||||
- vlc
|
||||
- nautilus
|
||||
- nautilus-share
|
||||
- gnome-keyring
|
||||
- seahorse
|
||||
- eog
|
||||
- evince
|
||||
- pipewire-audio
|
||||
- pipewire-pulse
|
||||
- thunderbird
|
||||
- yt-dlp
|
||||
- pavucontrol
|
||||
- borgbackup
|
||||
state: present
|
||||
- name: install flatpaks
|
||||
flatpak:
|
||||
name:
|
||||
- im.riot.Riot
|
||||
- org.signal.Signal
|
||||
- com.synology.SynologyDrive
|
||||
- com.github.tchx84.Flatseal
|
||||
Reference in New Issue
Block a user