mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 10:15:31 +02:00
Update to 2023-09-01 17:00
This commit is contained in:
@@ -11,6 +11,11 @@ odoo_root_dir: /opt/odoo
|
||||
# User under which odoo will run (will be created if needed
|
||||
odoo_user: odoo
|
||||
|
||||
# Enabling DB manager will :
|
||||
# - Enable the Odoo database manager from the web interface
|
||||
# - Make odoo a SUPERUSER on the postgres server (so it should use a dedicated postgres server)
|
||||
odoo_db_manager: False
|
||||
|
||||
# Database settings
|
||||
odoo_db_server: "{{ pg_server | default('localhost') }}"
|
||||
odoo_db_port: 5432
|
||||
@@ -33,9 +38,6 @@ odoo_ports: [ "{{ odoo_http_port }}", "{{ odoo_gevent_port }}" ]
|
||||
odoo_workers: 4
|
||||
odoo_email: "{{ system_admin_email | default('admin' + ansible_domain ) }}"
|
||||
|
||||
# If enabled, db manager will be accessible
|
||||
odoo_db_list: False
|
||||
|
||||
# If you turn enterprise on, you need to set the SSH key of the root account of the target system
|
||||
# on your Github account, allowed to access the https://github.com/odoo/enterprise.git repo
|
||||
# You should also accept the host key for example by running
|
||||
|
Reference in New Issue
Block a user