This commit is contained in:
2026-03-14 18:25:44 +01:00
parent a2f75cdafd
commit 99fc6ba04c
19 changed files with 703 additions and 0 deletions

12
tasks/main.yml Normal file
View File

@@ -0,0 +1,12 @@
---
# tasks file for lsa.n8n
- name: Configure n8n sites
include_tasks: config.yml
loop: "{{ n8n_sites | default([]) }}"
loop_control:
loop_var: n8n_site
- name: Setup n8n readme
include_tasks: readme.yml
when: n8n_readme