✨ feat(ansible/playbook): Ajoute des variables Vault pour l'authentification.
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user