mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-11-04 12:51:42 +01:00 
			
		
		
		
	Update to 2023-03-22 17:00
This commit is contained in:
		@@ -29,3 +29,6 @@ odoo_ports: [ "{{ odoo_http_port }}","{{ odoo_longpolling_port }}" ]
 | 
			
		||||
 | 
			
		||||
odoo_workers: 4
 | 
			
		||||
odoo_email: "{{ system_admin_email | default('admin' + ansible_domain ) }}"
 | 
			
		||||
 | 
			
		||||
# If enabled, db manager will be accessible
 | 
			
		||||
odoo_db_list: False
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,8 @@ After=network.service
 | 
			
		||||
Type=simple
 | 
			
		||||
User={{ odoo_user }}
 | 
			
		||||
Group={{ odoo_user }}
 | 
			
		||||
ExecStart={{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -c {{ odoo_root_dir }}/etc/odoo-server.conf --proxy-mode --no-database-list
 | 
			
		||||
ExecStart={{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -c {{ odoo_root_dir }}/etc/odoo-server.conf --proxy-mode{% if not odoo_db_list %} --no-database-list{% endif %}
 | 
			
		||||
 | 
			
		||||
PrivateTmp=yes
 | 
			
		||||
PrivateDevices=yes
 | 
			
		||||
ProtectSystem=full
 | 
			
		||||
 
 | 
			
		||||
@@ -12,5 +12,6 @@ odoo_packages:
 | 
			
		||||
  #- nodejs-less
 | 
			
		||||
  - tar
 | 
			
		||||
  - zstd
 | 
			
		||||
  - postgresql14 # for pg_dump
 | 
			
		||||
 | 
			
		||||
odoo_venv_command: /bin/python3.9 -m venv
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user