From 81c4a3eb78f33ce7c530f2e940e7af7ca7e4e55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 1 Feb 2024 01:59:43 +0100 Subject: [PATCH] Add 'cloud-init.yaml' --- cloud-init.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cloud-init.yaml diff --git a/cloud-init.yaml b/cloud-init.yaml new file mode 100644 index 0000000..e712882 --- /dev/null +++ b/cloud-init.yaml @@ -0,0 +1,11 @@ +users: + - name: s434686 + groups: users, admin + sudo: ALL=(ALL) NOPASSWD:ALL + shell: /bin/bash + ssh_authorized_keys: + - +package_update: true +package_upgrade: true +runcmd: + - curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run \ No newline at end of file