|
|
@ -38,6 +38,9 @@ n8n_config_base: |
|
|
|
n8n_config_extra: {} |
|
|
|
n8n_config_extra: {} |
|
|
|
n8n_config: "{{ n8n_config_base | combine(n8n_config_extra,recursive=True) }}" |
|
|
|
n8n_config: "{{ n8n_config_base | combine(n8n_config_extra,recursive=True) }}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# An optional list of extra module to install |
|
|
|
|
|
|
|
n8n_extra_node_modules: [] |
|
|
|
|
|
|
|
|
|
|
|
# The URL which will be used to reach n8n. |
|
|
|
# The URL which will be used to reach n8n. |
|
|
|
# You'll likely have to change it, especially if n8n runs behind a reverse proxy |
|
|
|
# You'll likely have to change it, especially if n8n runs behind a reverse proxy |
|
|
|
n8n_public_url: http://{{ inventory_hostname }}:{{ n8n_port }}/ |
|
|
|
n8n_public_url: http://{{ inventory_hostname }}:{{ n8n_port }}/ |
|
|
|