added vault for secret and fixed public address
This commit is contained in:
parent
48655dbbe3
commit
dafb96637f
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
infrastructure: prod
|
infrastructure: prod
|
||||||
conductor_workers_server: https://conductor.prod.d4science.org/api
|
conductor_workers_server: https://conductor.d4science.org/api
|
||||||
|
|
|
@ -3,7 +3,6 @@ use_jdbc: True
|
||||||
postgres_host: "postgresql-srv.d4science.org"
|
postgres_host: "postgresql-srv.d4science.org"
|
||||||
conductor_db: "postgres"
|
conductor_db: "postgres"
|
||||||
jdbc_user: "conductor_u"
|
jdbc_user: "conductor_u"
|
||||||
jdbc_pass: "c36dda661add7c2b5093087ddb655992"
|
|
||||||
jdbc_db: "conductor"
|
jdbc_db: "conductor"
|
||||||
jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"
|
jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
#jdbc_pass: "secret"
|
|
@ -0,0 +1,7 @@
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
39303332663366633565666361663463353562636165643464313163633432373339633735656333
|
||||||
|
3331323435653762303366303238333835623762313133360a646466383563383832313662356239
|
||||||
|
32353134636636393433663638383639396365373736383135363133656161336165373864363566
|
||||||
|
3831666263643664320a386632666439306337383139613861353534313334303065303164616231
|
||||||
|
65343235343065383734643239666266626432393839656334383462336533383865646662646636
|
||||||
|
6333633164653139653337356135353264376363353532313536
|
Loading…
Reference in New Issue