ansible-fundamentals

Write Ansible playbooks following FQCN, uv run, and secure module practices.

1|Updated Oct 12, 2025
One-click install
npx skills add https://github.com/basher83/Virgo-Core --skill ansible-fundamentals
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ansible-fundamentals
Source: https://github.com/basher83/Virgo-Core/tree/main/.claude/plugins/ansible-workflows/skills/ansible-fundamentals
Command: npx skills add https://github.com/basher83/Virgo-Core --skill ansible-fundamentals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides the foundational knowledge and best practices to write high-quality, maintainable, and secure Ansible automation, preventing common pitfalls and ensuring consistent code quality across projects.

Core Features & Use Cases

  • Golden Rules: Learn the non-negotiable principles for all Ansible code, including FQCN, uv run usage, and changed_when/failed_when directives.
  • Module Selection Guide: Understand when to use native modules versus command/shell, optimizing for idempotency and cross-platform compatibility.
  • Secure Practices: Implement no_log: true for sensitive tasks and set -euo pipefail for robust shell scripting.
  • Use Case: Write a new Ansible playbook to install and configure a web server, ensuring all tasks follow FQCN, use appropriate modules, and handle sensitive data securely.

Quick Start

"Explain the 'Golden Rules' for writing production-ready Ansible code, including FQCN and uv run usage."