commit a36116de48b0d018edcbd8b98606ac9728d98f6c
parent 0d1edaf2d7a7ef7a6c5f77b5ef75defd69b2afc8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 22 Feb 2021 11:44:20 +0100
parent 0d1edaf2d7a7ef7a6c5f77b5ef75defd69b2afc8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 22 Feb 2021 11:44:20 +0100
update playbook and wanderduene's configuartion
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/configuration/wanderduene.yml b/configuration/wanderduene.yml @@ -81,6 +81,13 @@ files: mode: "0600" owner: "nginx" group: "nginx" + /usr/share/webapps/cgit/custom-cgit.css: + state: "file" + src: "config-files/cgit/cgit.css" + mode: "0600" + owner: "nginx" + group: "nginx" + services: openssh: @@ -274,7 +281,6 @@ services: cgit: enable: true configFile: config-files/cgit/cgitrc - customCssFile: config-files/cgit/cgit.css nginx: enable: true domain: "cgit.ctu.cx"
diff --git a/playbook.yml b/playbook.yml @@ -46,7 +46,7 @@ tags: grafana - role: fritzboxExporter # supports: alpine tags: fritzboxExporter - - role: frp # frps supports: alpine, arch(untested) + - role: frps # frps supports: alpine, arch(untested) tags: [ frp, frps ] - role: backup # todo tags: backup @@ -122,11 +122,10 @@ tags: dnsmasq - role: syncthing tags: syncthing - - role: frp + - role: frpc tags: - frp - frpc - - frps - role: influxdb tags: [ influxdb, smarthome ] - role: mbusd