Files
windesheim-iac/week-2/opdracht-2/userdata.tftpl

14 lines
205 B
Plaintext

#cloud-config
users:
- name: skylab
ssh-authorized-keys:
- ${ssh-key}
shell: /bin/bash
sudo: ['ALL=(ALL) NOPASSWD:ALL']
packages:
- wget
- ntpdate
runcmd:
- ntpdate pool.ntp.org