20 lines
535 B
Markdown
20 lines
535 B
Markdown
# Managing Qubes Templates w/ Ansible
|
|
|
|
Ensure key remap (only relevant for my particular device):
|
|
|
|
```
|
|
sudo setkeycodes 9d 86
|
|
```
|
|
|
|
Clone the repo to an appvm.
|
|
|
|
Install using setup script:
|
|
```
|
|
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`
|
|
|
|
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.
|