From 4dd8c259753fca93efbfa76e982750fa0d67c178 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 19 May 2024 14:22:41 +0200 Subject: [PATCH] Drop unneeded setting from README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 140aa81..d8ba206 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,8 @@ For the management IP address, another address in the same prefix should be defi Create a read-only token in NetBox. Define required variables: - # one for nb_inventory and one for nb_lookup - export NETBOX_API_KEY= - export NETBOX_TOKEN="${NETBOX_API_KEY}" - # one for both - export NETBOX_API= + export NETBOX_API= + export NETBOX_TOKEN= Run one-off tasks with (add `--key-file` or other options as necessary):