Basic python script to scan a range of IP addresses and add them to netbox
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#SAMPLE file - do not put secret data in this file while it is in the /examples folder!
|
|
|
|
#IMPORTANT: Rename to local_settings.yaml and check it is covered by .gitignore
|
|
|
|
|
|
|
|
netbox:
|
|
|
|
url: 'https://www.netbox1.intx.com.au'
|
|
|
|
|
|
|
|
#login to netbox 'Admin' section to create a suitable token
|
|
|
|
auth_token: 'some-token-from-netbox'
|