Skip to content

v1.0.0 - Ansible Collection

Latest

Choose a tag to compare

@aioue aioue released this 22 Mar 18:04

Converts this project from a standalone inventory plugin to a proper Ansible collection (aioue.network).

Breaking changes

  • Install method: now installed via ansible-galaxy collection install git+https://github.com/aioue/ansible-unifi-inventory.git
  • Plugin FQCN: aioue.network.unifi (was unifi)
  • Inventory files: must use plugin: aioue.network.unifi
  • Python minimum: 3.12+ (was 3.11+)

See CHANGELOG.md and the Upgrading section for migration steps.

Contributors

  • @lennysh - initial collection conversion