feat: adapt scootaloo config to multi env

This commit is contained in:
VC
2024-07-05 11:53:22 +02:00
parent 23b0d6c704
commit e9ec01a4ff
3 changed files with 12 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
---
- name: put configuration file
template:
src: scootaloo.toml.j2
dest: /usr/local/etc/scootaloo.toml
owner: root
group: www-data
mode: 0640