mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2024-05-15 16:01
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
n8n_version: 1.8.2
|
||||
n8n_version: 1.41.0
|
||||
# Root directory where n8n will be installed
|
||||
n8n_root_dir: /opt/n8n
|
||||
# User account under which n8n will run
|
||||
|
@@ -20,6 +20,10 @@
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
tags: n8n
|
||||
|
||||
- name: Install postgresql
|
||||
package: name=postgresql16
|
||||
tags: n8n
|
||||
|
||||
- name: Backup the database
|
||||
command: >
|
||||
/usr/pgsql-16/bin/pg_dump
|
||||
|
Reference in New Issue
Block a user