Skip to content
Snippets Groups Projects
Commit 158ffda2 authored by carla's avatar carla
Browse files

Merge branch 'master' into release/staging

parents a0b7c7cc fa399c9a
No related branches found
No related tags found
1 merge request!67Release: 27/10/23 vertical carsharing rest api
expose_postgresql_port: !vault |
$ANSIBLE_VAULT;1.1;AES256
62653432666262333865353438663939313966646639613963356362353962366335656264366138
3735393538636335396632366563353739346162316439360a623165343433383233323162636538
36346565313636643333303762383331616431316161313933316166646434373763313665636136
6532623336306537360a373435636465356466646433623332646162386163356665616263343464
6430
30326465626632663933663331323630653332376238306636633362656266333963386361653439
3130666161643162623230393365343565373361313739620a363038316530323737373531313463
39343264663765336631373432643930333061663334376433393933316665353764373132633036
6130376462336164620a633361326465623561623632633935373736386332626462336464306362
3238
bi_ip: !vault |
$ANSIBLE_VAULT;1.1;AES256
34306336353833303932643735666631386563353734636432643234343032656161633338306464
6161366133396164636361326636616162363865643031340a633264316266343934646561376664
38343734326539626365626262316431386363313031326534343530383931373830323665613462
3139386663343765300a613936343264313133636538376566623161306536366533666365353735
3739
63303131373531336438316663623737313337643138346466643331656266613339333662333836
6337663263356439306231373861333162613039363563330a373563303138353562313934316261
33623931353165616634383735373361643465316664613235653133393839633335323834393366
6363626363666133380a326561383138656265623964366339393063306161373135623164323062
3964
bi_db_user: "bi"
bi_db_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64323031343464366632623330343137303766336531663937343464316231623135333731303635
3562616238373035373831626661303137373262613832310a383264623234396661313062626434
37636664623836653766316161386162393535386430653238623261343432666338383732353633
6166376331383638330a633233613338343062396438643061336536383431656432316265393962
33663937666666373866303666383161313437336532656536333366343535643238
64343732353833626433326535616661326430303530623063333465623764376436333466653830
3564316439636535343066643732336336306163343238350a656239343262623532396164653238
66343663363062393730326536613163613563333838313134656138353437373466336535393962
3864313363636430360a646330313564313030306264303761353662626166613461373561623238
30376263633464663539303633383534366565396561373138353265663739343537
bi_sm_ip: !vault |
$ANSIBLE_VAULT;1.1;AES256
31373062313336653862613538626332323532333862393462396437656334303736313733353633
3434636434653833363365316538663438313064353436350a623934623538313165333937613837
35303036366435646363656339313837393039636532333130613263643130303733666237646361
3332623133373635650a393430376435363363653062323031323637666333383562373362376464
3763
61306134326230653538633032616232653438323537346439386234623739666265323961613134
3866616237623936613233626163353931636163343437650a373938653837393233653330396662
32306361393733623137646136356332356662636263643035303233363461663438306435633766
6562323934306361650a393262613735636561376364353239356663623631326239346165363661
3933
expose_postgresql_users:
- name: "{{ bi_db_user }}"
......
expose_postgresql_port: !vault |
$ANSIBLE_VAULT;1.1;AES256
62653432666262333865353438663939313966646639613963356362353962366335656264366138
3735393538636335396632366563353739346162316439360a623165343433383233323162636538
36346565313636643333303762383331616431316161313933316166646434373763313665636136
6532623336306537360a373435636465356466646433623332646162386163356665616263343464
6430
bi_ip: !vault |
$ANSIBLE_VAULT;1.1;AES256
34306336353833303932643735666631386563353734636432643234343032656161633338306464
6161366133396164636361326636616162363865643031340a633264316266343934646561376664
38343734326539626365626262316431386363313031326534343530383931373830323665613462
3139386663343765300a613936343264313133636538376566623161306536366533666365353735
3739
bi_db_user: "bi"
bi_db_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
64323031343464366632623330343137303766336531663937343464316231623135333731303635
3562616238373035373831626661303137373262613832310a383264623234396661313062626434
37636664623836653766316161386162393535386430653238623261343432666338383732353633
6166376331383638330a633233613338343062396438643061336536383431656432316265393962
33663937666666373866303666383161313437336532656536333366343535643238
expose_postgresql_users:
- name: "{{ bi_db_user }}"
password: "{{ bi_db_password }}"
db: sm-test
objs: "ALL_IN_SCHEMA"
privs: "SELECT"
expose_postgresql_hba_entries:
- contype: hostssl
users: "{{ bi_db_user }}"
source: "{{ bi_ip }}/32"
databases: sm-test
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