feat: create simple vm
This commit is contained in:
7
opdracht-3/userdata.tftpl
Normal file
7
opdracht-3/userdata.tftpl
Normal file
@@ -0,0 +1,7 @@
|
||||
#cloud-config
|
||||
users:
|
||||
- name: skylab
|
||||
ssh-authorized-keys:
|
||||
- ${skylab-ssh-key}
|
||||
shell: /bin/bash
|
||||
sudo: ['ALL=(ALL) NOPASSWD:ALL']
|
Reference in New Issue
Block a user