mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 18:55:34 +02:00
Update to 2023-09-08 10:00
This commit is contained in:
@@ -16,6 +16,10 @@ odoo_user: odoo
|
||||
# - Make odoo a SUPERUSER on the postgres server (so it should use a dedicated postgres server)
|
||||
odoo_db_manager: False
|
||||
|
||||
# When the DB manager is enabled, you can set a master password (used to manage databases). If not defined
|
||||
# a random one will be created
|
||||
# odoo_db_manager_pass: p@ssw0rd
|
||||
|
||||
# Database settings
|
||||
odoo_db_server: "{{ pg_server | default('localhost') }}"
|
||||
odoo_db_port: 5432
|
||||
|
Reference in New Issue
Block a user