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,6 @@
|
|||
---
|
||||
vikunja_jwt_secret: "{{ undef() }}"
|
||||
|
||||
vikunja_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 3456
|
||||
|
|
@ -11,7 +13,7 @@ vikunja_svc:
|
|||
|
||||
vikunja_yml:
|
||||
service:
|
||||
JWTSecret: "{{ vault_vikunja.jwt_secret }}"
|
||||
JWTSecret: "{{ vikunja_jwt_secret | mandatory }}"
|
||||
publicurl: https://{{ svc.domain }}
|
||||
enableregistration: false
|
||||
timezone: "{{ timezone }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue