An open API service indexing awesome lists of open source software.

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

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.