https://github.com/vkhitrin/jiav-backend-ansible
https://github.com/vkhitrin/jiav-backend-ansible
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vkhitrin/jiav-backend-ansible
- Owner: vkhitrin
- Created: 2022-12-26T16:14:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T00:58:37.000Z (almost 2 years ago)
- Last Synced: 2025-09-18T11:28:43.754Z (9 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jiav-backend-ansible
> [!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;
An Ansible backend for [jiav](https://github.com/vkhitrin/jiav).
## Documentation
Visit .
## Requirements
Install [jiav](<[jiav](https://github.com/vkhitrin/jiav)>).
`jiav` requires Python `>= 3.8`.
Ansible installed.
## Installation
### Remote
Install from remote:
```bash
pip3 install jiav-backend-ansible
```
Inject to a `pipx` environment:
```bash
pipx inject jiav jiav-backend-ansible
```
### Local
Install from the local repository:
```bash
pip3 install .
```
Inject to a `pipx` environment:
```bash
pipx inject jiav ../jiav-backend-ansible
```
## Contributing
**All contributions are welcome!**