Skip to content
Snippets Groups Projects
Verified Commit e87c9bc6 authored by ynerant's avatar ynerant
Browse files

[constellation] Separate dev and production databases


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 6c20ca25
1 merge request!263[constellation] Constellation is coming
......@@ -5,6 +5,9 @@ interfaces:
loc_constellation:
allowed_hosts:
- 'constellation-dev.crans.org'
database:
user: 'constellation-dev'
name: 'constellation-dev'
comnpay:
tpe: 'HOM-832-854'
secret: '{{ vault.comnpay_homologation_secret }}'
......
......@@ -2,7 +2,7 @@
---
- hosts: constellation
vars:
constellation: "{{ glob_constellation | combine(loc_constellation | default({})) }}"
constellation: "{{ glob_constellation | combine(loc_constellation | default({}), recursive=True) }}"
nginx: "{{ glob_nginx | combine(loc_nginx | default({})) }}"
roles:
- constellation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment