preseed/install: make disk selection work with udev device paths
[noc.git] / ansible / host_vars / ctf / main.yml
index 8b4c911..c59fc37 100644 (file)
@@ -8,7 +8,11 @@ sshd_allowusers_host:
   - f0rki
   - verr
 
+# SSH configuration
+## There are no individual user accounts
+localconfig_ssh_config_user: root
 
+# VM installation
 vm_host: alfred
 
 install:
@@ -16,7 +20,7 @@ install:
   mem: 2048
   numcpu: 2
   disks:
-    primary: vda
+    primary: /dev/vda
     virtio:
       vda:
         vg: "{{ vm_host }}"