Ansible Playbook Template Generator
Generates Ansible playbook YAML with proper module usage, handler chains, and role structures using ansible-core built-in modules. Supports Jinja2 template rendering and vault-encrypted variable files.
Works with
--- name: Ansible Playbook Template Generator description: Generates Ansible playbook YAML with proper module usage, handler chains, and role structures using ansible-core built-in modules. Supports Jinja2 template rendering and vault-encrypted variable files. license: MIT --- # Ansible Playbook Template Generator Generates Ansible playbook YAML with proper module usage, handler chains, and role structures using ansible-core built-in modules. Supports Jinja2 template rendering and vault-encrypted variable files. ## Overview The Ansible Playbook Template Generator creates production-ready playbooks following Ansible best practices. It selects appropriate built-in modules from ansible-core including ansible.builtin.copy, ansible.builtin.template, ansible.builtin.service, and ansible.builtin.package with proper parameter specifications. The skill constructs handler chains with listen groups for cascading service restarts after configuration changes. Role structures follow the standard directory layout with defaults, vars, tasks, handlers, templates, and meta dependencies. Jinja2 templates use proper filter chains including default(), mandatory(), and custom filters with correct whitespace control using trim blocks and lstrip. Vault-encrypted variable files are managed with vault-id labels for multi-environment secret separation. The generator handles inventory patterns with group variables, host patterns using limit expressions, and dynamic inventory scripts for cloud provider integration. Includes proper error handling with block/rescue/always structures and async task patterns for long-running operations. ## Installation ### Any Agent ```bash npx skills add agentskillexchange/skills --skill ansible-playbook-template-generator ``` ### Claude Code ```bash npx skills add agentskillexchange/skills --skill ansible-playbook-template-generator -a claude-code ``` ### Cursor ```bash npx skills add agentskillexchange/skills --skill ansible-playbook-template-generator -a cursor ``` ### Codex ```bash npx skills add agentskillexchange/skills --skill ansible-playbook-template-generator -a codex ``` ### OpenClaw ```bash clawhub install ansible-playbook-template-generator ``` ## Source - Marketplace: https://agentskillexchange.com/skills/ansible-playbook-template-generator/
More Accessibility skills
skill-creator
anthropics/skills
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
hyperframes-core
heygen-com/hyperframes
The HyperFrames composition contract — build one renderable project. Use for composition structure, the `data-*` timing attributes, `class="clip"`, tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md plan formats. Read before writing composition HTML.
ui-ux-pro-max
nextlevelbuilder/ui-ux-pro-max-skill
UI/UX design intelligence for web, mobile, and desktop. This skill should be used when designing, building, reviewing, or fixing interfaces, including pages, components, design systems, accessibility, interaction, responsive layout, typography, color, charts, and stack-specific UI implementation. Searchable local data: 79 searchable styles (50 active), 192 product palettes and reasoning profiles, 74 font pairings, 119 UX guidelines, 105 icons, 17 GSAP presets, 25 chart types, and 22 stacks.

