mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-01-20 07:50:16 -06:00
set default for skip_vm_templates to True
This commit is contained in:
@@ -74,7 +74,7 @@ class VMWareHandler:
|
||||
"custom_dns_servers": None,
|
||||
"set_primary_ip": "when-undefined",
|
||||
"skip_vm_comments": False,
|
||||
"skip_vm_templates": False
|
||||
"skip_vm_templates": True
|
||||
}
|
||||
|
||||
init_successful = False
|
||||
|
||||
@@ -192,6 +192,6 @@ permitted_subnets = 172.16.0.0/12, 10.0.0.0/8, 192.168.0.0/16, fd00::/8
|
||||
# skip_vm_comments = False
|
||||
|
||||
# Do not sync template VMs
|
||||
#skip_vm_templates = False
|
||||
#skip_vm_templates = True
|
||||
|
||||
# EOF
|
||||
|
||||
Reference in New Issue
Block a user