Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
tandoor_secret_key: "{{ undef() }}"
|
||||
tandoor_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 80
|
||||
|
|
@ -14,7 +15,7 @@ tandoor_env:
|
|||
SQL_DEBUG: 0
|
||||
|
||||
ALLOWED_HOSTS: recipes.serguzim.me
|
||||
SECRET_KEY: "{{ vault_tandoor.secret_key }}"
|
||||
SECRET_KEY: "{{ tandoor_secret_key | mandatory }}"
|
||||
TZ: "{{ timezone }}"
|
||||
|
||||
DB_ENGINE: django.db.backends.postgresql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue