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,7 @@
|
|||
---
|
||||
minio_user: "{{ undef() }}"
|
||||
minio_pass: "{{ undef() }}"
|
||||
|
||||
minio_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 9000
|
||||
|
|
@ -17,8 +20,8 @@ minio_env:
|
|||
MINIO_BROWSER_REDIRECT_URL: https://console.{{ svc.domain }}
|
||||
MINIO_VOLUMES: /data
|
||||
|
||||
MINIO_ROOT_USER: "{{ vault_minio.user }}"
|
||||
MINIO_ROOT_PASSWORD: "{{ vault_minio.pass }}"
|
||||
MINIO_ROOT_USER: "{{ minio_user | mandatory }}"
|
||||
MINIO_ROOT_PASSWORD: "{{ minio_pass | mandatory }}"
|
||||
|
||||
|
||||
minio_compose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue