Skip to content

O-X-L/ansible-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

622d313 · Mar 23, 2025

History

74 Commits
Mar 21, 2025
Mar 21, 2025
Mar 23, 2025
Mar 21, 2025
Mar 23, 2025
Mar 21, 2025
Mar 23, 2025
Mar 23, 2025
Mar 14, 2025
Mar 14, 2025
Mar 12, 2025
Mar 17, 2025
Mar 21, 2025
Mar 16, 2025
Mar 16, 2025
Mar 22, 2025
Mar 12, 2025
Mar 21, 2025
Mar 15, 2025
Mar 12, 2025
Mar 12, 2025
Mar 13, 2025
Mar 13, 2025

Repository files navigation

Basic WebUI for using Ansible

Lint Test Frontend Test Backend Test Job-Execution

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
oxl-ansible-webui

Docker

Images: ansible-webui, ansible-webui-unprivileged, ansible-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.webui.ansibleguy.net

Login: User demo, Password Ansible1337


Usage

Documentation

Docs Uptime


Contribute

Feel free to contribute to this project using pull-requests, issues and discussions!

Testers are also very welcome! Please give feedback

You can also provide translations for your language.

See also: Contributing


Roadmap

V1.0

Full

  • Ansible Config

    • Static Playbook-Directory

    • Git Repository support

  • Users

  • Jobs

    • Execute Ansible using ansible-runner

    • 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


License

GPLv3

FOSSA Status