Playbooks, inventory, roles, tasks/modules, handlers, Jinja2 templates, idempotency, ansible-galaxy, vault.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill ansible --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ansible?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-ansible)More formats (shields.io, HTML) on the badges page.
---
name: ansible
description: Playbooks, inventory, roles, tasks/modules, handlers, Jinja2 templates, idempotency, ansible-galaxy, vault.
---
## ansible
Automate configuration management with Ansible.
### Playbooks
- YAML structure: hosts, tasks, vars, handlers
- Plays and play ordering
- Idempotent task design
- Tags for selective execution
### Inventory
- Static INI/YAML inventory files
- Dynamic inventory scripts
- Host and group variables
- Patterns: all, group, wildcards
### Modules and roles
- Core modules: copy, template, service, package
- Roles for reusable abstractions
- ansible-galaxy for community roles
- Role dependencies and defaults
### Advanced
- Jinja2 templating with filters
- Ansible Vault for secret encryption
- Fact gathering and caching
- Delegation and local_action
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!