2022-09-20 22:00:57 +00:00
---
title: "Nodemation (n8n)"
---
2021-01-23 15:15:07 +00:00
2022-07-25 20:18:57 +00:00
Homepage: < https: / / n8n . io >
2021-01-23 15:15:07 +00:00
2022-07-25 20:18:57 +00:00
Extendable workflow automation tool that enables you to connect anything to everything. More pragrmatically, it helps you interconnect API with each other to build your own information / work flows.
2021-01-23 15:15:07 +00:00
## Usage
Set `n8n_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
n8n is secured by default, he user and password can be set with:
2022-07-25 20:18:57 +00:00
```yaml
n8n_basic_auth_user: "< user name > "
n8n_basic_auth_password: "< user password > "
```
2021-01-23 15:15:07 +00:00
The default for these is "n8n_user" and "n8n_change_me" respectively, it is recommended to change these.