Installing BackendsΒΆ
Note
Please ensure jiav is installed; refer to Installation Guide.
Vadlid backends can be installed in an environment containing jiav.
Backend authors can distribute backends as PyPI packages or as source
code.
Exameple of installing remote Ansible Backend:
Using pip3:
pip3 install jiav-ansible-backend
Or pipx:
pipx inject jiav jiav-ansible-backend
For a list of available backends, refer to Backends.