init
This commit is contained in:
parent
8fb62b91b1
commit
8c7e8fbe05
15 changed files with 345 additions and 0 deletions
15
defaults/main.yml
Normal file
15
defaults/main.yml
Normal 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'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue