Grant all members of NOC access to ctf.realraum.at
[noc.git] / ansible / host_vars / ctf / main.yml
index 6273f7f..41bee43 100644 (file)
@@ -1,8 +1,6 @@
 ---
 ssh_users_root:
-  - verr
-  - equinox
-  - nicoo
+  {{ users.noc | union(['f0rki', 'verr']) }}
 
 sshd_allowusers_host:
   - f0rki
@@ -11,8 +9,6 @@ sshd_allowusers_host:
 # SSH configuration
 ## There are no individual user accounts
 localconfig_ssh_config_user: root
-## ctf.realraum.at doesn't resolve to the new VM (yet)
-ansible_host: 89.106.211.47
 
 # VM installation
 vm_host: alfred
@@ -22,7 +18,7 @@ install:
   mem: 2048
   numcpu: 2
   disks:
-    primary: vda
+    primary: /dev/vda
     virtio:
       vda:
         vg: "{{ vm_host }}"