You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
|
|
|
|
- name: Deploy n8n config
|
|
|
|
template: src={{ item }}.j2 dest={{ n8n_root_dir }}/etc/{{ item }} group={{ n8n_user }} mode=640
|
|
|
|
loop:
|
|
|
|
- n8n.json
|
|
|
|
- env
|
|
|
|
notify: restart n8n
|
|
|
|
tags: n8n
|