Initial commit

This commit is contained in:
Aleks Rutins 2025-06-11 07:22:06 -04:00
commit 115852e591
Signed by: asr
SSH key fingerprint: SHA256:DBype7RrB3qCdOLdkvecD2Y3THOYgYOVw6jAHVgsGRQ
2 changed files with 14 additions and 0 deletions

14
ci/user-data Normal file
View file

@ -0,0 +1,14 @@
#cloud-config
user:
name: runner
sudo: null
primary_group: runner
groups: runner docker
snap:
commands:
00: snap install docker
runcmd:
-

0
server/user-data Normal file
View file