Compare commits

..

No commits in common. "1e26021218fb99278b9f10a16df3e9627fe9a5ee" and "115852e5917ece213c4d085e84c40993deea9240" have entirely different histories.

2 changed files with 3 additions and 24 deletions

View file

@ -6,9 +6,9 @@ user:
primary_group: runner
groups: runner docker
packages:
- snap:
- docker
snap:
commands:
00: snap install docker
runcmd:
-

View file

@ -1,21 +0,0 @@
#cloud-config
# vim: syntax=yaml
users:
- name: ci
shell: /bin/bash
packages:
- snap:
- [caddy, --classic]
write_files:
- path: /etc/caddy/Caddyfile
content: |
include /srv/*/Caddyfile
runcmd:
- snap start --system --enable caddy.server
- mkdir -p /srv
- chown -R caddy:ci /srv
- chmod -R g+w-r /srv