Sign inSign up

darioajr/ansible-flow

By darioajr

Updated 1 day ago

Visual Ansible playbook editor with YAML import/export, flow diagrams, and a PatternFly interface.

Image
Integration & delivery
Developer tools
0

354

darioajr/ansible-flow repository overview

Playbook Flow

Visual automation. Real Ansible.

Create and edit Ansible playbooks visually in your browser. Import YAML, organize tasks in a flow diagram, edit properties, and export your playbook.

Features

  • Visual and YAML editing.
  • Multiple plays, variables, roles, and handlers.
  • Nested block, rescue, and always sequences.
  • Conditions, loops, and task notifications.
  • Module catalog with argument forms.
  • Light and dark PatternFly themes.
  • Persistent projects using a mounted data volume.
  • AMD64 and ARM64 support.

Quick start

docker run -d --name playbook-flow
-p 127.0.0.1:3000:3000
--read-only --tmpfs /tmp
-v playbook-flow-data:/data
darioajr/ansible-flow:0.1.0

Open http://localhost:3000 in your browser.

Scope

Playbook Flow focuses on authoring and validation; it does not execute playbooks.

The Web application uses local storage and does not include built-in authentication. Keep it local or protect access through an authenticated reverse proxy.

Source and documentation

https://github.com/darioajr/ansible-flow

License

Apache-2.0. See LICENSE, LICENSE-MIT, and NOTICE for included third-party notices.

Tag summary

Content type

Image

Digest

sha256:03bf54d76

Size

98.5 MB

Last updated

1 day ago

docker pull darioajr/ansible-flow