qubes-mgmt-ansible/fedora-43-minimal-dev-template.yml
2025-12-23 00:25:33 +01:00

45 lines
976 B
YAML

- hosts: fedora-43-minimal-dev-template
connection: qubes
strategy: qubes_proxy
remote_user: root
environment:
all_proxy: 127.0.0.1:8082
tasks:
- name: 'Install various packages'
ansible.builtin.dnf5:
name:
- wireguard-tools
- alacritty
- neovim
- clangd
- ccache
- cmake
- sequoia-sq
- git
- gdb
- podman
- golang
- glibc-devel
- opentofu
- podman-compose
- java-21-openjdk-devel
- python3-pip
- python3-protobuf
- python3.11
- qubes-core-agent-networking
- iproute
- pipewire-qubes
- bzip2
- patch
- rsync
- wget2-wget
- ed
- gnutls-dane
- wget2
- wget2-libs
state: 'present'
roles:
- baseline
- alacritty
- codecs
- arkenfox