Claude Code Plugins

Community-maintained marketplace

Feedback

ansible-playbook-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate Ansible playbook files for infrastructure automation and configuration management. Triggers on "create ansible playbook", "generate ansible config", "ansible automation", "infrastructure playbook".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name ansible-playbook-generator
description Generate Ansible playbook files for infrastructure automation and configuration management. Triggers on "create ansible playbook", "generate ansible config", "ansible automation", "infrastructure playbook".

Ansible Playbook Generator

Generate Ansible playbook files for infrastructure automation.

Output Requirements

File Output: playbook.yml, inventory.yml, roles/*/tasks/main.yml Format: Valid Ansible YAML Standards: Ansible 2.15+

When Invoked

Immediately generate a complete Ansible playbook with roles and inventory.

Example Invocations

Prompt: "Create Ansible playbook for web server setup" Output: Complete playbook with nginx, node.js, and ssl configuration.