This commit is contained in:
sqrt1764 2022-12-10 15:02:35 +01:00
parent 8fb62b91b1
commit 8c7e8fbe05
15 changed files with 345 additions and 0 deletions

15
defaults/main.yml Normal file
View file

@ -0,0 +1,15 @@
---
lstu_api_url: https://framagit.org/api/v4/projects/5/releases/
lstu_git_url: https://framagit.org/fiat-tux/hat-softwares/lstu.git
lstu_user: lstu
lstu_db: lstu
lstu_db_user: lstu
lstu_db_password: "{{ lookup('password', '/tmp/lstu_db_pw length=42 chars=ascii_letters,digits') }}"
lstu_monit_name: lstu
lstu_service: lstu.service
lstu_theme: default
lstu_cookie_secret: "zibuadoinckyg"
lstu:
path: /var/www/lstu
contact: 'admin[at]systemausfall.org'