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(wasunifi) - 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