zndrr

Results 5 comments of zndrr

Without looking at proper NetBox doc resources for you, might pay to poke around in NetBox Shell: ``` source /opt/netbox/venv/bin/activate python3 /opt/netbox/netbox/manage.py nbshell # In nbshell lsmodels() help(_input_model_here_) e.g. help(Interface)...

Come across the same problem and by extension, solution proposed by @cafec0ffee For context, iVentoy is available in the [Proxmox Helper Scripts](https://community-scripts.github.io/ProxmoxVE/) ( [HERE SPECIFICALLY](https://community-scripts.github.io/ProxmoxVE/scripts?id=iventoy) ) and more people may...

Sorry to necro, this may be resolved as of at least Cockpit v325. Notably only on v1.3.0 of ZFS manager, so not the latest.

@loopway do you know if you'll get time to re-evaluate your PR?

Unrelated observation, but there also appears to be a copypasta typo in netbox_asn.py when declaring a variable [netbox_asn.py#L141](https://github.com/netbox-community/ansible_modules/blob/77e28f844150d61c61635cf69348d3ad6b2b4c8f/plugins/modules/netbox_asn.py#L141) ```python module = NetboxAnsibleModule( argument_spec=argument_spec, supports_check_mode=True, required_if=required_if ) netbox_cable = NetboxIpamModule(module, NB_ASNS)...