ansible
Ansible YAML, playbooks, inventory, roles, handlers, ansible-playbook, ansible-lint, Molecule, or Galaxy.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ansible YAML, playbooks, inventory, roles, handlers, ansible-playbook, ansible-lint, Molecule, or Galaxy.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pi extensions and tool policy: extensions/*.ts, hooks, registerTool, promptGuidelines, registerCommand, footer/status UI, tool_result, session hooks, or subprocesses. Not for slash-command placement; use pi-command.
README, CHANGELOG, docs/, RFCs, ADRs, guides, or Markdown structure. Not for prose cleanup or archival work.
Prose cleanup for filler, hype, vague claims, repetition, detection tells, or uncited specifics. Not for Markdown architecture or archival work.
Requirements, user stories, acceptance/verification criteria, or testable outcomes. Not for PRD drafting (/prd) or Pi /goal prompts.
Use for /prd-it or to draft, refine, or review a Product Requirements Document. Not for acceptance criteria, planning, or Pi /goal prompts.
Pi session, trace, metrics, routing, workflow-friction, workflow-telemetry, usage, or local JSONL analysis with DuckDB. Use for aggregating or correlating Pi runtime logs. Not for adding telemetry, generic SQL/database design, or non-Pi logs.
| name | ansible |
| description | Ansible YAML, playbooks, inventory, roles, handlers, ansible-playbook, ansible-lint, Molecule, or Galaxy. |
Compact index for Ansible playbooks, roles, inventories, and tests.
changed_when/creates/removes explicit.ansible-lint repeatedly against a Docker bind mount by default. It launches syntax-check subprocesses that amplify bind-mount filesystem latency.ansible-lint from that project root, and set ANSIBLE_CONFIG to the copied ansible.cfg so roles and relative paths do not resolve back to the bind mount.git archive when validation must cover current changes.After a live playbook or infrastructure mutation fails:
| Purpose | Commands |
|---|---|
| Lint | ansible-lint |
| Syntax | ansible-playbook --syntax-check <playbook.yml> |
| Check mode | ansible-playbook --check <playbook.yml> |
| Molecule | molecule test or molecule converge |