feat: Add n8n
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: n8n/provision/delete
|
||||
vars:
|
||||
vmid: 640
|
||||
- role: n8n/provision/create
|
||||
vars:
|
||||
vmid: 640
|
||||
- role: n8n/provision/start
|
||||
vars:
|
||||
vmid: 640
|
||||
|
||||
- hosts: impa
|
||||
become: yes
|
||||
roles:
|
||||
- role: n8n/enable-ssh
|
||||
vars:
|
||||
vmid: 640
|
||||
|
||||
- hosts: n8n
|
||||
become: yes
|
||||
roles:
|
||||
- role: n8n/update
|
||||
- role: n8n/install-docker
|
||||
- role: n8n/install-app
|
||||
Reference in New Issue
Block a user