chore: fixup readme a bit
This commit is contained in:
parent
7e3ffe6541
commit
208d4ffc44
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue