feat(ansible/playbook): Ajoute des variables Vault pour l'authentification.

This commit is contained in:
Serreau Jovann
2025-07-23 09:35:59 +02:00
parent 2625024623
commit e3eb4235f9

View File

@@ -71,7 +71,9 @@
MESSENGER_TRANSPORT_DSN="redis://{{ redis_password }}@127.0.0.1:{{ redis_port }}/messages"
APP_SECRET=939bbc67038c2e2d1232d86fc605bf2f
REAL_MAIL=1
dest: "{{ path }}/.env.local"
VAULT_ADDR=http://127.0.0.1:8200
VAULT_TOKEN=hvs.QLpUdiptXtSPo5Qf7i2nn2Xz
dest: "{{ path }}/.env.local"
when: ansible_os_family == "Debian"
# --- Initial creation of essential directories with correct ownership ---