dell/ansible-networker ? reverse-engineered prompt
Reverse engineered prompt
Build me a working Ansible collection for DellEMC NetWorker that lets me manage NetWorker resources from a playbook, mainly to get, create, update, and delete things through the REST API. I want it to be easy to install with ansible galaxy, work with Python 3.8 or newer, and include the needed requirements file and clear docs for setup.
Please make sure it supports a simple inventory style like a NetWorker host group with connection details, SSH info, and NMC login details, and that playbooks run with connection local so the API calls happen from the machine running Ansible. Add at least one example playbook that shows fetching volume information by name and printing the result. If you need to check current Ansible collection patterns or NetWorker API details, look them up online and keep the code clean and practical.