ansible

Installation
SKILL.md

Ansible Skill

This skill provides Ansible automation patterns and best practices.

Playbook Structure

---
- name: Configure web servers
  hosts: webservers
  become: true
  vars:
    http_port: 80
Installs
3
GitHub Stars
15
First Seen
Mar 10, 2026
ansible — jpoutrin/product-forge