Add zad3_4

This commit is contained in:
adi 2022-12-30 18:46:08 +01:00
parent e20a0ed395
commit 6d7b90c0b6

12
zad3_4_init_vscode Normal file
View File

@ -0,0 +1,12 @@
cloud_init_vscode=r'''#cloud-config
write_files:
- content: |
curl -fsSL https://code-server.dev/install.sh > /root/install.sh
path: /root/install.sh
owner: root:root
permissions: '755'
runcmd:
- bash /root/install.sh
- code-server --bind-addr 0.0.0.0:8080
'''