chore: fixup readme a bit

This commit is contained in:
mustard 2026-01-04 13:15:53 +01:00
parent 7e3ffe6541
commit 208d4ffc44

View file

@ -1,14 +1,20 @@
# Managing Qubes Templates w/ Ansible # Managing Qubes Templates w/ Ansible
Ensure key remap: Ensure key remap (only relevant for my particular device):
``` ```
sudo setkeycodes 9d 86 sudo setkeycodes 9d 86
``` ```
Clone the repo to an appvm.
Install using setup script: Install using setup script:
``` ```
qvm-run -p salt-dev "/home/user/qubes-mgmt-ansible/setup.sh" | bash -s -- ~/qubes-mgmt-ansible qvm-run -p ansible-dev "/home/user/qubes-mgmt-ansible/setup.sh" | bash -s -- ~/qubes-mgmt-ansible
``` ```
Afterwards all updates can be pulled with `make pull` Afterwards all updates can be pulled with `make pull`
Ensure the required templates are present, then run the bootstrap playbook to configure the default-mgmt-dvm for ansible.
Afterwards you can run the playbooks to configure templates.