Drop unneeded setting from README

This commit is contained in:
Timotej Lazar 2024-05-19 14:22:41 +02:00
parent 25bcddede1
commit 4dd8c25975

View file

@ -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: Create a read-only token in NetBox. Define required variables:
# one for nb_inventory and one for nb_lookup export NETBOX_API=<url>
export NETBOX_API_KEY=<token> export NETBOX_TOKEN=<token>
export NETBOX_TOKEN="${NETBOX_API_KEY}"
# one for both
export NETBOX_API=<netbox API endpoint>
Run one-off tasks with (add `--key-file` or other options as necessary): Run one-off tasks with (add `--key-file` or other options as necessary):