mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
Update to 2022-05-19 00:00
This commit is contained in:
parent
1f402bba6b
commit
b192879041
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
n8n_version: 0.176.0
|
||||
n8n_version: 0.177.0
|
||||
# Root directory where n8n will be installed
|
||||
n8n_root_dir: /opt/n8n
|
||||
# User account under which n8n will run
|
||||
|
@ -2,6 +2,5 @@
|
||||
|
||||
dependencies:
|
||||
- role: repo_nodejs
|
||||
- role: redis_server
|
||||
- role: mysql_server
|
||||
when: n8n_db_server in ['localhost','127.0.0.1']
|
||||
|
@ -23,4 +23,3 @@ N8N_EDITOR_BASE_URL={{ n8n_public_url }}
|
||||
{% if system_tz is defined %}
|
||||
GENERIC_TIMEZONE={{ system_tz }}
|
||||
{% endif %}
|
||||
EXECUTIONS_MODE=queue
|
||||
|
Loading…
x
Reference in New Issue
Block a user