From b34583dbe9f707d84342418b9603681ceeab9ae0 Mon Sep 17 00:00:00 2001 From: Toben Archer Date: Sat, 23 Jan 2021 21:37:10 +0000 Subject: [PATCH] Missed some bits. --- README.md | 1 + roles/n8n/defaults/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index afd3c3c3..121033f6 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Ansible config and a bunch of Docker containers. * [Mosquitto](https://mosquitto.org) - An open source MQTT broker * [Mylar](https://github.com/evilhero/mylar) - An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents * [MyMediaForAlexa](https://www.mymediaalexa.com/) - Lets you stream your music collection to your alexa device +* [n8n](https://n8n.io") - Nodemation, a node based workflow and automation service like IFTTT. * [Netdata](https://my-netdata.io/) - An extremely comprehensive system monitoring solution * [Nextcloud](https://nextcloud.com/) - A self-hosted Dropbox alternative * [NZBget](https://nzbget.net/) - The most efficient usenet downloader diff --git a/roles/n8n/defaults/main.yml b/roles/n8n/defaults/main.yml index f513a451..67c6b7fe 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -3,6 +3,7 @@ n8n_enabled: false # Networking n8n_available_externally: "false" n8n_port: 5678 +n8n_hostname: "n8n" # Directories n8n_data_directory: "{{ docker_home }}/n8n"