mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-19 03:33:17 +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
|
# Version to deploy
|
||||||
n8n_version: 0.176.0
|
n8n_version: 0.177.0
|
||||||
# Root directory where n8n will be installed
|
# Root directory where n8n will be installed
|
||||||
n8n_root_dir: /opt/n8n
|
n8n_root_dir: /opt/n8n
|
||||||
# User account under which n8n will run
|
# User account under which n8n will run
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: repo_nodejs
|
- role: repo_nodejs
|
||||||
- role: redis_server
|
|
||||||
- role: mysql_server
|
- role: mysql_server
|
||||||
when: n8n_db_server in ['localhost','127.0.0.1']
|
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 %}
|
{% if system_tz is defined %}
|
||||||
GENERIC_TIMEZONE={{ system_tz }}
|
GENERIC_TIMEZONE={{ system_tz }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
EXECUTIONS_MODE=queue
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user