Add 'cloud-init.yaml'

This commit is contained in:
Patryk Gałka 2024-02-01 01:59:43 +01:00
parent bd4cc63d28
commit 81c4a3eb78
1 changed files with 11 additions and 0 deletions

11
cloud-init.yaml Normal file
View File

@ -0,0 +1,11 @@
users:
- name: s434686
groups: users, admin
sudo: ALL=(ALL) NOPASSWD:ALL
shell: /bin/bash
ssh_authorized_keys:
- <public_ssh_key>
package_update: true
package_upgrade: true
runcmd:
- curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run