Skip to content
Snippets Groups Projects
Commit ec44f6cc authored by Jordi Isidro Llobet's avatar Jordi Isidro Llobet
Browse files

expose test database to BI server

parent 08cdd3bc
No related branches found
No related tags found
1 merge request!26expose test database to BI server
Pipeline #24908 passed
......@@ -23,3 +23,25 @@ bi_db_password: !vault |
37636664623836653766316161386162393535386430653238623261343432666338383732353633
6166376331383638330a633233613338343062396438643061336536383431656432316265393962
33663937666666373866303666383161313437336532656536333366343535643238
expose_postgresql_users:
- name: "{{ bi_db_user }}"
password: "{{ bi_db_password }}"
db: sm
objs: "ALL_IN_SCHEMA"
privs: "SELECT"
expose_postgresql_hba_entries:
- contype: hostssl
users: "{{ bi_db_user }}"
source: "{{ bi_ip }}/32"
databases: sm
method: md5
postgresql_conf:
- option: listen_addresses
value: '*'
- option: port
value: "{{ expose_postgresql_port }}"
- option: ssl
value: true
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