developing-ansible
Installation
SKILL.md
developing-ansible skill
This skill covers any task involving writing, reviewing, or refactoring Ansible playbooks, roles, or tasks.
Rule of Thumb
If the project already has existing examples, always follow them in terms of structure, naming, and style to maintain consistency. If no relevant examples exist, apply the guidelines defined in this skill and its reference documents.
Reference Documents
Always load:
- common.md — baseline requirements that apply to all Ansible files.
- developing-tasks.md — task key ordering, FQCN, module selection,
loop; tasks are the fundamental unit present in both playbooks and roles.
Then load only the documents that match the request: