[constellation] Separate dev and production databases
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
6c20ca2534
commit
e87c9bc641
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue