Skip to content
BeClaude

ansible-workflows

18Community RegistryGeneralby basher83

End-to-end Ansible workflow automation: design, create, validate, and review playbooks and roles with orchestrated multi-agent pipelines

First seen 5/22/2026

Summary

This skill enables end-to-end Ansible workflow automation within Claude Code, allowing you to design, create, validate, and review playbooks and roles using orchestrated multi-agent pipelines.

  • It streamlines infrastructure automation by integrating linting, code review, and best practices directly into your development workflow.

Overview

Personal Claude Code plugin marketplace for homelab and infrastructure automation.

Installation

bash
/plugin marketplace add basher83/lunar-claude
/plugin install <plugin-name>@lunar-claude

Plugins

meta

PluginDescription
meta-claudeSkill creation and multi-agent composition patterns
plugin-devPlugin development toolkit (skills, agents, commands, hooks)
hookifyConversation pattern hooks for behavior control
claude-dev-sandboxDevelopment sandbox for testing components

infrastructure

PluginDescription
ansible-workflowsEnd-to-end Ansible automation with multi-agent pipelines
proxmox-infrastructureProxmox VE cluster management, CEPH, VLAN networking

devops

PluginDescription
python-toolsPython toolkit: uv scripts, ruff/pyright, Agent SDK
git-workflowAtomic commits, branch cleanup, conventional commits

homelab

PluginDescription
netbox-powerdns-integrationNetBox IPAM and PowerDNS automation
omni-scaleSidero Omni + Talos Kubernetes on Proxmox

personal

PluginDescription
blake-osPlain-language git workflow front door for non-developers
personal-osmacOS workstation root cause analysis and diagnostics

research

PluginDescription
lunar-researchMulti-agent research pipeline (external repo)

Development

Structure validation:

bash
uv run scripts/verify-structure.py

Local testing:

bash
/plugin marketplace add /path/to/lunar-claude
/plugin install plugin-name@lunar-claude

See individual plugin READMEs for details.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install ansible-workflows@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Design a new Ansible role for deploying a web server with idempotent tasks and variables.
Review an existing playbook for security vulnerabilities, idempotency issues, and adherence to Ansible best practices.
Automate the creation of a multi-playbook workflow for provisioning a homelab environment.
Validate and lint a set of Ansible roles and playbooks before committing to version control.
Generate Ansible inventory files and group variables for a dynamic infrastructure setup.
Refactor a monolithic playbook into reusable roles with proper task organization and documentation.

Usage Examples

1

/ansible-workflows design role nginx --tasks install,configure,service --vars domain:example.com

2

Review this playbook for best practices: /path/to/playbook.yml

3

Create a workflow to deploy a LAMP stack with roles for Apache, MySQL, and PHP.

View source on GitHub
code-reviewdesignagentansibleautomationdevopsinfrastructurelinting

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is ansible-workflows?

This skill enables end-to-end Ansible workflow automation within Claude Code, allowing you to design, create, validate, and review playbooks and roles using orchestrated multi-agent pipelines. It streamlines infrastructure automation by integrating linting, code review, and best practices directly into your development workflow.

How to install ansible-workflows?

To install ansible-workflows: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install ansible-workflows@<marketplace>. Finally, /plugin in Claude Code.

What is ansible-workflows best for?

ansible-workflows is a plugin categorized under General. It is designed for: code-review, design, agent, ansible, automation, devops, infrastructure, linting. Created by basher83.

What can I use ansible-workflows for?

ansible-workflows is useful for: Design a new Ansible role for deploying a web server with idempotent tasks and variables.; Review an existing playbook for security vulnerabilities, idempotency issues, and adherence to Ansible best practices.; Automate the creation of a multi-playbook workflow for provisioning a homelab environment.; Validate and lint a set of Ansible roles and playbooks before committing to version control.; Generate Ansible inventory files and group variables for a dynamic infrastructure setup.; Refactor a monolithic playbook into reusable roles with proper task organization and documentation..