parent
51213061ef
commit
d856d65271
6 changed files with 14 additions and 8 deletions
@ -1,6 +1,9 @@ |
||||
--- |
||||
|
||||
- name: Deploy n8n config |
||||
template: src=n8n.json.j2 dest={{ n8n_root_dir }}/etc/n8n.j2 group={{ n8n_user }} mode=640 |
||||
template: src={{ item }}.j2 dest={{ n8n_root_dir }}/etc/{{ item }} group={{ n8n_user }} mode=640 |
||||
loop: |
||||
- n8n.json |
||||
- env |
||||
notify: restart n8n |
||||
tags: n8n |
||||
|
@ -0,0 +1,5 @@ |
||||
N8N_CONFIG_FILES={{ n8n_root_dir }}/etc/n8n.json |
||||
N8N_USER_FOLDER={{ n8n_root_dir }}/data |
||||
WEBHOOK_TUNNEL_URL={{ n8n_public_url }} |
||||
VUE_APP_URL_BASE_API={{ n8n_public_url }} |
||||
N8N_ENCRYPTION_KEY={{ n8n_secret_key | quote }} |
Loading…
Reference in new issue