Basic WebUI for using Ansible
Project description
Basic WebUI for using Ansible
DISCLAIMER: This is an unofficial community project! Do not confuse it with the vanilla Ansible product!
The goal is to allow users to quickly install & run a WebUI for using Ansible locally.
Keep it simple.
Setup
Local - PIP
Requires Python >=3.10
# install
python3 -m pip install oxl-ansible-webui
# run
python3 -m oxl-ansible-webui
Docker
Images: webui, webui-unprivileged, webui-aws
docker image pull oxlorg/ansible-webui:latest
docker run -d --name ansible-webui --publish 127.0.0.1:8000:8000 oxlorg/ansible-webui:latest
# or with persistent data (volumes: /data = storage for logs & DB, /play = ansible playbook base-directory)
docker run -d --name ansible-webui --publish 127.0.0.1:8000:8000 --volume $(pwd)/ansible/data:/data --volume $(pwd)/ansible/play:/play oxlorg/ansible-webui:latest
Demo
Check out the demo at: demo.ansible-webui.oxl.at
Login: User demo
, Password Ansible1337
Usage
Contribute
Feel free to contribute to this project using pull-requests, issues and discussions!
Testers are also very welcome! Please give feedback
See also: Contributing
Roadmap
-
Ansible Config
-
Static Playbook-Directory
-
Git Repository support
-
-
Users
-
Management interface (Django built-in)
-
Groups & Job Permissions
-
-
Jobs
-
Execute Ansible using ansible-runner
-
Scheduled execution (Cron-Format)
-
Manual/immediate execution
-
Custom Execution-Forms
-
Support for ad-hoc commands
-
Support for Process-Isolation
-
-
Job Logging
-
Write job metadata to database
-
Write full job-logs to Filesystem
-
-
Secret handling (Connect, Become, Vault)
- User-specific job credentials
-
Alerting on Failure
-
E-Mail
-
Support for external Plugins (simple Interface for Scripts)
-
-
-
WebUI
-
Job Dashboard
Status, Execute, Time of last & next execution, Last run User, Links to Warnings/Errors
-
Job Output
Follow the jobs output in realtime
-
Job Errors
UI that allows for easy error analysis. Access to logs and provide links to possible solutions
-
Show Ansible Running-Config
-
Show Ansible Collections
- Check Collections for available updates (Galaxy + GitHub releases)
-
Mobile Support
-
Multi-Language Support
-
-
API
- Manage and execute Jobs
-
Database
- Support for MySQL
-
Testing
-
Unit Tests
-
Integration Tests
-
Basic WebUI checks
-
API Endpoints
-
Permission system
-
-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file oxl_ansible_webui-0.0.23.tar.gz
.
File metadata
- Download URL: oxl_ansible_webui-0.0.23.tar.gz
- Upload date:
- Size: 236.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d3a4aa25dbe13ce2074d5b8c9c0adddf853b14577d41b3d84eac9ee0710be4a |
|
MD5 | 0764ba0357a226f0ad687efab94dc039 |
|
BLAKE2b-256 | 97b3df6d97124aa46f310e991320b34f9ffdb67babf6ca9f29547798303dc5c6 |
Provenance
File details
Details for the file oxl_ansible_webui-0.0.23-py3-none-any.whl
.
File metadata
- Download URL: oxl_ansible_webui-0.0.23-py3-none-any.whl
- Upload date:
- Size: 283.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16b314df1fee1693943dda3857aa6da91cad055a307f1dee0c132147215a45d6 |
|
MD5 | e66ddc49dd8f23282cebb07896e0d81c |
|
BLAKE2b-256 | 557a955cb25c0db9c367fc8cff2981e631c1164db616bc6eba1e03186cfd7984 |