jiav-backend-command
August 10, 2024 ยท View on GitHub
Warning
This backend is risky since it allows users to execute arbitrary commands, and use it at your own risk.
Note
This package does not install Ansible itself;
A command backend for jiav.
Documentation
Visit https://jiav.readthedocs.io/en/latest/command_backend.html.
Requirements
Install jiav.
jiav requires Python >= 3.8.
Installation
Remote
Install from remote:
pip3 install jiav-backend-command
Inject to a pipx environment:
pipx inject jiav jiav-backend-command
Local
Install from the local repository:
pip3 install .
Inject to a pipx environment:
pipx inject jiav ../jiav-backend-command
Contributing
All contributions are welcome!