diff options
Diffstat (limited to 'tools/koblingsplan/README.adoc')
-rw-r--r-- | tools/koblingsplan/README.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/koblingsplan/README.adoc b/tools/koblingsplan/README.adoc index cf7d54e..47f92cd 100644 --- a/tools/koblingsplan/README.adoc +++ b/tools/koblingsplan/README.adoc @@ -11,3 +11,8 @@ Install dependencies: `poetry install` Run the script: `poetry run python script.py` or `poetry shell` to have a configured shell you can run python from. + +== Koblingsplan to Netbox + +Get yourself a NetBox API token from here: `{ NETBOX_URL }/user/api-tokens/` +And expose it to the script (e.g. `export NETBOX_API_KEY=...token here ...`). |