Files
les-06/terraform/userdata.tftpl
Ditmar Visser a04a62c68b
All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s
fix: remove azure from template
2025-06-06 10:38:38 +00:00

8 lines
156 B
Plaintext

#cloud-config
users:
- name: testuser
ssh-authorized-keys:
- ${skylab-ssh-public-key}
shell: /bin/bash
sudo: ["ALL=(ALL) NOPASSWD:ALL"]