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 @@
|
|||
---
|
||||
shlink_geolite_key: "{{ undef() }}"
|
||||
|
||||
shlink_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
additional_domains:
|
||||
|
|
@ -23,7 +25,7 @@ shlink_env:
|
|||
DB_USER: "{{ opentofu.postgresql_data.shlink.user }}"
|
||||
DB_PASSWORD: "{{ opentofu.postgresql_data.shlink.pass }}"
|
||||
|
||||
GEOLITE_LICENSE_KEY: "{{ vault_shlink.geolite_key }}"
|
||||
GEOLITE_LICENSE_KEY: "{{ shlink_geolite_key | mandatory }}"
|
||||
|
||||
shlink_compose:
|
||||
watchtower: update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue