2023-07-03 22:43:09 -07:00
|
|
|
- name: Install system packages
|
2023-07-05 08:43:13 -07:00
|
|
|
pacman:
|
2023-07-03 16:57:11 -07:00
|
|
|
name:
|
|
|
|
- git # Fast Version Control System
|
|
|
|
- git-lfs # Git extension for versioning large files
|
|
|
|
- syncthing # Continuous File Synchronization
|
|
|
|
- flatpak # Application deployment framework for desktop apps
|
|
|
|
- wireguard-tools # Fast, modern, secure vpn tunnel
|
2023-07-03 21:14:54 -07:00
|
|
|
#- pipewire-codec-aptx # PipeWire Bluetooth aptX codec plugin
|
2023-07-03 16:57:11 -07:00
|
|
|
- ansible # Simple deployment, configuration management and execution framework
|
2023-07-05 08:18:25 -07:00
|
|
|
- base-devel
|
|
|
|
- qemu
|
|
|
|
- virt-manager
|
|
|
|
- dnsmasq
|
|
|
|
- iptables
|
2023-07-03 16:57:11 -07:00
|
|
|
- trash-cli # Command line interface to the freedesktop.org trashcan
|
|
|
|
- cargo
|
|
|
|
- borgbackup
|
|
|
|
- fzf
|
2023-07-03 22:17:25 -07:00
|
|
|
- unzip
|
2023-07-05 08:18:25 -07:00
|
|
|
- chezmoi
|
2023-07-05 09:46:43 -07:00
|
|
|
- dbus-broker
|
2023-07-06 09:51:19 -07:00
|
|
|
- vulkan-tools
|
2023-07-03 16:57:11 -07:00
|
|
|
state: present
|
|
|
|
become: true
|
2023-07-03 21:08:45 -07:00
|
|
|
|
2023-07-03 23:10:25 -07:00
|
|
|
- name: Add flatpak remote
|
|
|
|
ansible.builtin.shell: |
|
|
|
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
2023-07-03 23:39:23 -07:00
|
|
|
become: true
|