Add 'cloud-init.yaml'
This commit is contained in:
parent
bd4cc63d28
commit
81c4a3eb78
11
cloud-init.yaml
Normal file
11
cloud-init.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user