github netbox-community/ansible_modules v0.1.9

latest releases: v3.18.0, v3.17.0, v3.16.0...
4 years ago

v0.1.9

Overview

This version has a few breaking changes due to new namespace and collection name. I felt it necessary to change the name of the lookup plugin and inventory plugin just not to have a non descriptive namespace call to use them. Below is an example:
netbox.netbox.netbox would be used for both inventory plugin and lookup plugin, but in different contexts so no collision will arise, but confusion will.

I renamed the lookup plugin to nb_lookup so it will be used with the FQCN netbox.netbox.nb_lookup.

The inventory plugin will now be called within an inventory file by netbox.netbox.nb_inventory

Bug Fixes

  • #120 - Update netbox_tenant and netbox_tenant_group to use slugs for searching (available since NetBox 2.6). Added slug options to netbox_site, netbox_tenant, netbox_tenant_group

Don't miss a new ansible_modules release

NewReleases is sending notifications on new releases.