Skip to content

Ansible Architect is a Next.js application that helps you design and visualize Ansible playbooks. It provides a drag-and-drop builder, playbook validation, and YAML export so you can create automation tasks quickly.

License

Notifications You must be signed in to change notification settings

VibeCoder01/AnsibleArchitect

Repository files navigation

Ansible Architect

Ansible Architect is a Next.js application that helps you design and visualize Ansible playbooks. It provides a drag-and-drop builder, playbook validation, and YAML export so you can create automation tasks quickly.

image

Prerequisites

  • Node.js: version 20 or later.
  • npm: comes bundled with Node.js

Installation

Clone the repository and install dependencies:

npm install

Usage

Start the development server with:

npm run dev

Build the production app:

npm run build

After building you can start the server:

npm start

Additional scripts:

  • npm run lint – run ESLint
  • npm run typecheck – run TypeScript type checking

Project Structure

The source code resides in the src directory. The initial entry point is src/app/page.tsx.

About

Ansible Architect is a Next.js application that helps you design and visualize Ansible playbooks. It provides a drag-and-drop builder, playbook validation, and YAML export so you can create automation tasks quickly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages