feat: add more packages
This commit is contained in:
parent
d66957ae50
commit
e4a54209e2
1 changed files with 21 additions and 0 deletions
|
|
@ -56,6 +56,27 @@
|
|||
- 'flatpak'
|
||||
state: 'present'
|
||||
|
||||
- name: Install various packages allowing for template to manage sys-net, sys-usb, and sys-firewall. Also, basic debug tools
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- qubes-core-agent-networking
|
||||
- iproute
|
||||
- qubes-core-agent-dom0-updates
|
||||
- qubes-core-agent-network-manager
|
||||
- NetworkManager-wifi
|
||||
- network-manager-applet
|
||||
- notification-daemon
|
||||
- gnome-keyring
|
||||
- polkit
|
||||
- @hardware-support
|
||||
- qubes-usb-proxy
|
||||
- qubes-input-proxy-sender
|
||||
- dnsutils
|
||||
- iputils
|
||||
- traceroute
|
||||
- nautilus
|
||||
- qubes-core-agent-nautilus
|
||||
|
||||
- name: Kernel sysctl config
|
||||
ansible.builtin.template:
|
||||
src: 'etc/sysctl.d/99-workstation.conf.j2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue