-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from netboxlabs/features-1.1.0
Features 1.1.0
- Loading branch information
Showing
15 changed files
with
1,152 additions
and
3 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 |
---|---|---|
|
@@ -173,4 +173,6 @@ inventory | |
tests/ | ||
|
||
app_config.yml | ||
|
||
netbox_setup_custom_fields.yml | ||
netbox_importer.py* | ||
netbox_setup_objects.yml |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
proxmox_api_config: | ||
api_host: proxmox-ip-or-hostname | ||
api_port: 8006 | ||
api_user: proxmox_api_user | ||
api_token_id: name_of_proxmox_api_token | ||
api_token_secret: proxmox_api_secret_token | ||
verify_ssl: false | ||
netbox_api_config: | ||
api_proto: http # or https | ||
api_host: name or ip of NetBox host | ||
api_port: 8000 | ||
api_token: netbox_api_secret_token | ||
verify_ssl: false # or true, up to you | ||
proxmox: | ||
cluster_name: proxmox-ve | ||
netbox: | ||
cluster_role: Proxmox | ||
vm_role: "Proxmox VM" | ||
automation_type: choices are ansible_automation or flask_application | ||
ansible_automation: | ||
host: name or ip of AWX/Tower/AAP host | ||
http_proto: http or https | ||
http_port: 80 or whatever | ||
ssl_verify: false # or true | ||
username: awx_user # should have permissions to view both projects and templates | ||
password: awx_password | ||
project_name: netbox-proxmox-ee-test1 # or whatever you named your project | ||
flask_application: | ||
host: name or ip of where Flask application is running | ||
http_proto: http or https | ||
http_port: 9000 or whatever | ||
ssl_verify: false # or true | ||
netbox_webhook_name: "netbox-proxmox-webhook" |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Simply put, don't use this stuff. It's just parked here and will be reimagined at some point in time. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.