Skip to content
Snippets Groups Projects
Commit 8ee1e06b authored by konykon's avatar konykon
Browse files

Add db arqbag

parent 6a7b850b
No related branches found
No related tags found
1 merge request!4Add db arqbag
Pipeline #42540 passed
......@@ -3,4 +3,4 @@ NAME="odoo-saas"
DISTRIBUTION="ubuntu"
RELEASE="jammy"
ARCH="amd64"
HOSTS="$NAME.local saas.$NAME.local ambtu.$NAME.local"
HOSTS="$NAME.local saas.$NAME.local ambtu.$NAME.local arqbag.$NAME.local"
......@@ -35,6 +35,7 @@ nginx_configs:
map $http_host $odoo_dbfilter {
'saas.coopdevs.org' saas;
'odoo.ambtu.coop' ambtu;
'odoo.arqbag.coop' arqbag;
}
upstream odoo { server 127.0.0.1:8069; }
......
......@@ -25,6 +25,7 @@ odoo_role_odoo_proxy_mode: false
odoo_role_odoo_dbs:
- saas
- ambtu
- arqbag
odoo_role_test_dbs:
- test
......
......@@ -50,10 +50,12 @@ odoo_role_enable_dbfilter_from_header: true
odoo_role_odoo_dbs:
- saas
- ambtu
- arqbag
domains:
- saas.coopdevs.org
- odoo.ambtu.coop
- odoo.arqbag.coop
# Firewall basic configuration
firewall_enabled: True
......
......@@ -65,14 +65,6 @@ basic_auth_user_pexporter_password: !vault |
3030353832383134610a623164656365626131653939616434333566626463333761396135356331
6330
monitoring_postgres_exporter_pg_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
66626332363831346439643937636664343337623332623434346265663665326232626661306565
3965616665393338346566366134663935643163303637340a306331313730623861303537313764
39343363376264623638646666306661366665386164343835373263323037333863303633646132
3234636438353862610a376364376139356363633765343566326665643437656561333236356239
6532
basic_auth_user_bexporter_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
63396131323033393838323261393739386530393463313530343431306336623863386132396237
......@@ -80,3 +72,11 @@ basic_auth_user_bexporter_password: !vault |
66656235623635623233613165326463313364623338616631366137343965316530333632643362
3065323034613962330a626331363863613434393566646135636234316539326332633733653933
6339
monitoring_postgres_exporter_pg_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
35623065623938383130366133626333623931653737666563333666636561343730343837313462
6163623262333334616362663564623938306564323763390a623637346161346563333565653630
39343637616161613837653864303731643862626535343736633438396365613362393239393734
3339336630623465640a373562663537316362373262613466396264663233316134363061613664
3635
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