{"id":22319431,"url":"https://github.com/O-X-L/ansible-webui-v0","last_synced_at":"2025-07-05T00:07:22.692Z","repository":{"id":217055609,"uuid":"743016817","full_name":"O-X-L/ansible-webui-v0","owner":"O-X-L","description":"Basic WebUI for using Ansible","archived":false,"fork":false,"pushed_at":"2025-04-10T10:15:33.000Z","size":2311,"stargazers_count":124,"open_issues_count":4,"forks_count":10,"subscribers_count":6,"default_branch":"latest","last_synced_at":"2025-07-05T00:07:01.148Z","etag":null,"topics":["ansible","ansible-webui","automation","cronjob-scheduler","django","django-rest-framework","iac","infrastructure-as-code","lightweight","nac","network-as-code","pip","portable","pypi","pypi-package","python3","scheduled-tasks","webapp"],"latest_commit_sha":null,"homepage":"https://github.com/O-X-L/ansible-webui","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/O-X-L.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":null},"created_at":"2024-01-14T03:46:36.000Z","updated_at":"2025-06-19T09:41:59.000Z","dependencies_parsed_at":"2024-02-24T10:34:23.320Z","dependency_job_id":"425e3efb-2c47-4eb2-953d-5ab3f9fc40a7","html_url":"https://github.com/O-X-L/ansible-webui-v0","commit_stats":null,"previous_names":["ansibleguy/ansible-webui","ansibleguy/webui"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/O-X-L/ansible-webui-v0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fansible-webui-v0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fansible-webui-v0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fansible-webui-v0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fansible-webui-v0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/O-X-L","download_url":"https://codeload.github.com/O-X-L/ansible-webui-v0/tar.gz/refs/heads/latest","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fansible-webui-v0/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263636813,"owners_count":23492308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-webui","automation","cronjob-scheduler","django","django-rest-framework","iac","infrastructure-as-code","lightweight","nac","network-as-code","pip","portable","pypi","pypi-package","python3","scheduled-tasks","webapp"],"created_at":"2024-12-04T00:08:59.498Z","updated_at":"2025-07-05T00:07:22.673Z","avatar_url":"https://github.com/O-X-L.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# !!! Redirect !!!\n\nThis project has been moved to [O-X-L/ansible-webui](https://github.com/O-X-L/ansible-webui)!\n\n----\n\n# Basic WebUI for using Ansible\n\n----\n\n[![Lint](https://github.com/ansibleguy/webui/actions/workflows/lint.yml/badge.svg?branch=latest)](https://github.com/ansibleguy/webui/actions/workflows/lint.yml)\n[![Test](https://github.com/ansibleguy/webui/actions/workflows/test.yml/badge.svg?branch=latest)](https://github.com/ansibleguy/webui/actions/workflows/test.yml)\n\n**DISCLAIMER**: This is an **unofficial community project**! Do not confuse it with the vanilla [Ansible](https://ansible.com/) product!\n\nThe goal is to allow users to quickly install \u0026 run a WebUI for using Ansible locally.\n\nKeep it simple.\n\n----\n\n## Setup\n\n### Local - PIP\n\nRequires Python \u003e=3.10\n\n```bash\n# install\npython3 -m pip install ansibleguy-webui\n\n# run\npython3 -m ansibleguy-webui\n```\n\n### Docker\n\nImages: [webui](https://hub.docker.com/r/ansible0guy/webui), [webui-unprivileged](https://hub.docker.com/r/ansible0guy/webui-unprivileged), [webui-aws](https://hub.docker.com/r/ansible0guy/webui-aws)\n\n```bash\ndocker image pull ansible0guy/webui:latest\ndocker run -d --name ansible-webui --publish 127.0.0.1:8000:8000 ansible0guy/webui:latest\n\n# or with persistent data (volumes: /data = storage for logs \u0026 DB, /play = ansible playbook base-directory)\ndocker run -d --name ansible-webui --publish 127.0.0.1:8000:8000 --volume $(pwd)/ansible/data:/data --volume $(pwd)/ansible/play:/play ansible0guy/webui:latest\n```\n\n----\n\n## Demo\n\nCheck out the demo at: [demo.webui.ansibleguy.net](https://demo.webui.ansibleguy.net)\n\nLogin: User `demo`, Password `Ansible1337`\n\n----\n\n## Usage\n\n[Documentation](http://webui.ansibleguy.net/)\n\n[![Docs Uptime](https://status.oxl.at/api/v1/endpoints/4--ansibleguy_ansible-webui-documentation/uptimes/7d/badge.svg)](https://status.oxl.at/endpoints/4--ansibleguy_ansible-webui-documentation)\n\n[Alternative Link](https://ansible-webui.readthedocs.io/)\n\n----\n\n## Contribute\n\nFeel free to contribute to this project using [pull-requests](https://github.com/ansibleguy/webui/pulls), [issues](https://github.com/ansibleguy/webui/issues) and [discussions](https://github.com/ansibleguy/webui/discussions)!\n\nTesters are also very welcome! Please [give feedback](https://github.com/ansibleguy/webui/discussions)\n\nSee also: [Contributing](https://github.com/ansibleguy/webui/blob/latest/CONTRIBUTE.md)\n\n\u003cimg src=\"https://contrib.rocks/image?repo=ansibleguy/webui\u0026max=5\" /\u003e\n\n----\n\n## Roadmap\n\n- [x] Ansible Config\n\n  - [x] Static Playbook-Directory\n\n  - [x] Git Repository support\n\n- [ ] Users\n\n  - [x] Management interface (Django built-in)\n\n  - [x] Groups \u0026 Job Permissions\n\n  - [ ] [LDAP integration](https://github.com/django-auth-ldap/django-auth-ldap)\n\n  - [x] [SAML SSO integration](https://github.com/grafana/django-saml2-auth)\n\n- [ ] Jobs\n\n  - [x] Execute Ansible using [ansible-runner](https://ansible.readthedocs.io/projects/runner/en/latest/python_interface/)\n\n    - [x] Scheduled execution (Cron-Format)\n\n    - [x] Manual/immediate execution\n\n    - [x] Custom Execution-Forms\n\n    - [ ] Support for [ad-hoc commands](https://docs.ansible.com/ansible/latest/command_guide/intro_adhoc.html)\n\n    - [ ] Support for [Process-Isolation](https://ansible.readthedocs.io/projects/runner/en/stable/standalone/#running-with-process-isolation)\n\n  - [x] Job Logging\n\n    - [x] Write job metadata to database\n\n    - [x] Write full job-logs to Filesystem\n\n  - [x] Secret handling (Connect, Become, Vault)\n\n    - [x] User-specific job credentials\n\n  - [x] Alerting on Failure\n\n    - [x] E-Mail\n\n    - [x] Support for external Plugins (*simple Interface for Scripts*)\n\n- [ ] WebUI\n\n  - [x] Job Dashboard\n\n      Status, Execute, Time of last \u0026 next execution, Last run User, Links to Warnings/Errors\n\n  - [x] Job Output\n\n      Follow the jobs output in realtime\n\n  - [ ] Job Errors\n\n      UI that allows for easy error analysis. Access to logs and provide links to possible solutions\n\n  - [x] Show Ansible Running-Config\n\n  - [x] Show Ansible Collections\n\n    - [ ] Check Collections for available updates (Galaxy + GitHub releases)\n\n  - [x] Mobile Support\n\n  - [ ] Multi-Language Support\n\n- [ ] API\n\n  - [x] Manage and execute Jobs\n\n- [ ] Database\n\n  - [ ] Support for MySQL\n\n- [ ] Testing\n\n  - [ ] Unit Tests\n\n  - [ ] Integration Tests\n\n    - [x] Basic WebUI checks\n\n    - [x] API Endpoints\n\n    - [ ] Permission system\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FO-X-L%2Fansible-webui-v0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FO-X-L%2Fansible-webui-v0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FO-X-L%2Fansible-webui-v0/lists"}