2023-07-03 21:37:37 -07:00

23 lines
887 B
YAML

- name: Install system fedora packages
apt:
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
#- pipewire-codec-aptx # PipeWire Bluetooth aptX codec plugin
- ansible # Simple deployment, configuration management and execution framework
- build-essential
- qemu-system
- libvirt-daemon-system
- trash-cli # Command line interface to the freedesktop.org trashcan
- cargo
- borgbackup
- fzf
state: present
become: true
- name: Install chezmoi
ansible.builtin.shell: sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin # Manage your dotfiles across multiple machines, securely