Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo-vertical-carsharing-inventory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
odoo-inventories
odoo-vertical-carsharing-inventory
Commits
054a195d
Commit
054a195d
authored
1 year ago
by
Dani Quilez
Browse files
Options
Downloads
Plain Diff
Merge branch 'bi_test' into 'master'
expose test database to BI server See merge request
!26
parents
08cdd3bc
ec44f6cc
No related branches found
Branches containing commit
No related tags found
1 merge request
!26
expose test database to BI server
Pipeline
#24939
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventory/host_vars/test.carsharing.coop/expose_postgresql.yml
+22
-0
22 additions, 0 deletions
...tory/host_vars/test.carsharing.coop/expose_postgresql.yml
with
22 additions
and
0 deletions
inventory/host_vars/test.carsharing.coop/expose_postgresql.yml
+
22
−
0
View file @
054a195d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment