mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-08 02:20:04 -05:00
adds new config option "match_host_by_serial"
also enhanced debug out put to return found serials on DEBUG2 refs: #52
This commit is contained in:
@@ -170,6 +170,10 @@ permitted_subnets = 172.16.0.0/12, 10.0.0.0/8, 192.168.0.0/16, fd00::/8
|
||||
# value: defines the desired NetBox platform name
|
||||
#vm_platform_relation = centos-7.* = centos7, microsoft-windows-server-2016.* = Windows2016
|
||||
|
||||
# Try to find existing host based on serial number. This can cause issues with blade centers if VMWare does not
|
||||
# report the blades serial number properly.
|
||||
#match_host_by_serial = True
|
||||
|
||||
# Attempt to collect asset tags from vCenter hosts
|
||||
#collect_hardware_asset_tag = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user