refactor(litellm): use ansible vault for database password
This commit is contained in:
parent
b4ebecc32d
commit
a77d2fedfb
@ -8,4 +8,10 @@ litellm_database_port: "15432"
|
||||
litellm_database_sslmode: "disable"
|
||||
litellm_database_name: "litellm"
|
||||
litellm_database_user: "litellm"
|
||||
litellm_database_password: "{{ lookup('ansible.builtin.env', 'LITELLM_DATABASE_PASSWORD') | default('LiteLLM_DB_Secur3_2026!', true) }}"
|
||||
litellm_database_password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
33303762616661623962386664653533666362393435343830303061613364666238313933626330
|
||||
6231303463663732313732376238633033386463383134630a313738393762333263653363376266
|
||||
37323938386331383762363565613361623638353834363735363030363037626666663431613239
|
||||
3939323036313435360a313833316131663231326162393364616262323763333133336335323837
|
||||
31336464646334653035646633363164633363353835316466626337633238396130
|
||||
Loading…
Reference in New Issue
Block a user