·ansible-debug
</>

ansible-debug

sigridjineth/hello-ansible-skills

Use when playbooks fail with UNREACHABLE, permission denied, MODULE FAILURE, or undefined variable errors. Use when SSH connections fail or sudo password is missing.

4Installs·1Trend·@sigridjineth

Installation

$npx skills add https://github.com/sigridjineth/hello-ansible-skills --skill ansible-debug

SKILL.md

Ansible errors fall into four categories: connection, authentication, module, and syntax. Systematic diagnosis starts with identifying the category, then isolating the specific cause.

| Connection | UNREACHABLE | ssh -v user@host | | Authentication | Permission denied, Missing sudo password | SSH keys, sudoers config | | Module | MODULE FAILURE | Module parameters, target state | | Syntax | YAML parse error | Line number in error, indentation |

| -v | Task results | | -vv | Task input parameters | | -vvv | SSH connection details | | -vvvv | Full plugin internals |

Use when playbooks fail with UNREACHABLE, permission denied, MODULE FAILURE, or undefined variable errors. Use when SSH connections fail or sudo password is missing. Source: sigridjineth/hello-ansible-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sigridjineth/hello-ansible-skills --skill ansible-debug
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is ansible-debug?

Use when playbooks fail with UNREACHABLE, permission denied, MODULE FAILURE, or undefined variable errors. Use when SSH connections fail or sudo password is missing. Source: sigridjineth/hello-ansible-skills.

How do I install ansible-debug?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sigridjineth/hello-ansible-skills --skill ansible-debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sigridjineth/hello-ansible-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05