No description
Find a file
2026-01-03 22:13:04 +01:00
roles debug: tweak zram-generator.conf zram-size value. Similar to chromebooks, zram should be twice the size of the maximum allowed ram. As the MemTotal value the vm starts with appears to be the minimum value (despite memory ballooning supposed to have the vm start with max ram then balloon down), multiply it by 10 to get the max allowed ram. 2026-01-03 22:13:04 +01:00
bootstrap.yml feat: added needed packages for default-mgmt-dvm 2026-01-03 04:41:03 +01:00
fedora-43-minimal-dev-template.yml fix: package cleanup 2026-01-03 04:53:24 +01:00
fedora-43-minimal-template.yml revert: do not install kubectl as it is not in fedora repos 2026-01-03 14:47:23 +01:00
inventory fix: fedora dev template in inventory 2025-12-09 20:16:02 +01:00
Makefile feat: shutdown template after running playbook 2026-01-03 04:49:55 +01:00
README.md feat: README 2025-12-03 14:28:32 +01:00
setup.sh Initial commit 2025-12-03 14:23:27 +01:00

Managing Qubes Templates w/ Ansible

Ensure key remap:

sudo setkeycodes 9d 86

Install using setup script:

qvm-run -p salt-dev "/home/user/qubes-mgmt-ansible/setup.sh" | bash -s -- ~/qubes-mgmt-ansible

Afterwards all updates can be pulled with make pull