Add healthcheck to ansible

This commit is contained in:
Tobias Reisinger 2023-12-09 20:12:42 +01:00
parent 68463c03f1
commit 1cb92e3825
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
13 changed files with 68 additions and 6 deletions
_ansible/roles/tandoor/vars

View file

@ -15,7 +15,7 @@ svc_env:
ALLOWED_HOSTS: recipes.serguzim.me
SECRET_KEY: "{{ vault_tandoor.secret_key }}"
TIMEZONE: "{{ timezone }}"
TZ: "{{ timezone }}"
DB_ENGINE: django.db.backends.postgresql
DB_OPTIONS: "{\"sslmode\": \"require\"}"