-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christopher Smith
committed
Jan 8, 2022
1 parent
de613b4
commit 38a0532
Showing
10 changed files
with
288 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
:url: 'http://my-netbox-url.com' | ||
:token: 'netbox_token' | ||
# url is the hostname and path of the Netbox instance | ||
:url: 'http://netbox-example.com' | ||
|
||
# token is the Netbox API token | ||
:token: 'netbox_token' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
--- | ||
:url: 'http://my-phpipam-url.com' | ||
# url is the hostname and path of the phpIPAM instance. | ||
:url: 'http://phpipam-example.com' | ||
|
||
# The phpIPAM user name for authentication. Please note that an API Key also needs to be | ||
# setup with the exact same name as the user name configured here. When setting up the API | ||
# Key in phpIPAM, "User token" must be used for the "App Security" setting. | ||
:user: 'ipam_user' | ||
|
||
# The password for above user account. Note that this is the password of the user, and not | ||
# the API Key itself. | ||
:password: 'ipam_password' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.