The home for Ansible collections maintained by Anapaya.
Create a venv and install the requirements:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Run the sample playbook:
ansible-playbook playbook.yml -e appliance_address=APPLIANCE_API_ADDRESS
# for example:
ansible-playbook playbook.yml -e appliance_address=https://localhost
To run the module on a remote appliance, you need to install the pip requirements on the appliance first.