From 651242be61c099da7dc784e864d8264bb06acd64 Mon Sep 17 00:00:00 2001 From: Bozidar Proevski <bozidar.proevski@finki.ukim.mk> Date: Fri, 8 Nov 2019 13:23:24 +0100 Subject: [PATCH] Document that the first entry in nifiadmin is full admin in NiFi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 482e473..91e0a73 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Installation Edit soctools-inventory and add the desired docker containers to be deployed. The playbook has been tested on CentOS 7. Edit settings in group_vars/all/main.yml. +The first entry in the nifiadmin variable is the user with full admin privileges in NiFi. To build the Docker images needed, run the ansible playbook: `ansible-playbook -i soctools-inventory buildimages.yml` -- GitLab