ansible

Installation
SKILL.md

Ansible

Intent Router

Request Reference Load When
Install tool, SSH setup, ansible.cfg references/install-and-setup.md User needs to install Ansible or configure control node
Inventory files, group_vars, host_vars references/inventory-and-variables.md User needs inventory structure or variable precedence
Playbook authoring, roles, modules references/playbook-patterns.md User needs play structure, task patterns, or common modules
CLI commands, vault, galaxy references/command-cookbook.md User needs ansible/ansible-playbook/ansible-vault/galaxy commands

Quick Start

# 1. Define your inventory
cat > inventory.ini <<'EOF'
[web]
web1.example.com
web2.example.com
Installs
2
First Seen
May 26, 2026
ansible — alisonaquinas/llm-ci-dev