https://github.com/kinduff/ansible-docker-n8n
Ansible role which installs n8n to run as a Docker container wrapped in a systemd service
https://github.com/kinduff/ansible-docker-n8n
Last synced: 17 days ago
JSON representation
Ansible role which installs n8n to run as a Docker container wrapped in a systemd service
- Host: GitHub
- URL: https://github.com/kinduff/ansible-docker-n8n
- Owner: kinduff
- License: agpl-3.0
- Created: 2023-07-18T20:07:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T13:57:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T20:12:58.382Z (over 1 year ago)
- Language: Jinja
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Ansible n8n Role
This is an [Ansible](https://www.ansible.com) role which installs [n8n](https://n8n.io) to run as a [Docker](https://www.docker.com) container wrapped in a systemd service.
This role _implicitly_ depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)
Check [defaults/main.yml](defaults/main.yml) for the full list of supported options.
---
Thanks for the work of [etke.cc](https://gitlab.com/etke.cc/) for the template for this role.