Files
ansible/packages.yml
Violet Truchseß 2ea3fad73c added wireguard submodule and snapper conf for boot
configured SSH key and wireguard

added libreofffice

removed prefixlength from wg_ips

updated wg-roadwarrior script

added ip forwarding to wireguard

moved inventory into private repo
2024-11-20 20:04:34 +01:00

32 lines
696 B
YAML

- 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
- yt-dlp
- pavucontrol
- borgbackup
- gimp
- neofetch
- libreoffice
state: present
- name: install flatpaks
flatpak:
name:
- im.riot.Riot
- org.signal.Signal
- com.synology.SynologyDrive
- com.github.tchx84.Flatseal