summaryrefslogtreecommitdiff
path: root/ansible/radicle.liw.fi.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-20 19:43:56 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-20 19:43:56 +0200
commit19cf151f7a802b4fa566ede44de8ca39e3e72126 (patch)
tree8f57971ecfa99468f04829551c40db0404582f3b /ansible/radicle.liw.fi.yml
parentf09773771101ac4c3ab64f9693b8d9b1e7fd9399 (diff)
downloadansibleness-19cf151f7a802b4fa566ede44de8ca39e3e72126.tar.gz
radicle.liw.fi: set up directory for static content (CI logs)
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible/radicle.liw.fi.yml')
-rw-r--r--ansible/radicle.liw.fi.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ansible/radicle.liw.fi.yml b/ansible/radicle.liw.fi.yml
index b7e82cc..9355239 100644
--- a/ansible/radicle.liw.fi.yml
+++ b/ansible/radicle.liw.fi.yml
@@ -26,11 +26,15 @@
radicle.liw.fi:443 {
reverse_proxy 127.0.0.1:8888
}
+ ci.radicle.liw.fi:443 {
+ root * /srv/http/
+ file_server
+ }
dest: /etc/caddy/Caddyfile
- name: "restart Caddy"
systemd:
- name: radicle-node
+ name: caddy
state: restarted
masked: no
enabled: yes