ansible-playbook-design
Installation
SKILL.md
Ansible Playbook Design
Patterns for designing well-structured, maintainable Ansible playbooks.
State-Based Playbook Pattern
Design playbooks to handle both creation and removal via a state variable.
Core Pattern
---
- name: Manage admin user account
hosts: all
become: true
vars:
admin_state: present # or absent
Related skills
More from basher83/lunar-claude
proxmox-infrastructure
Manage the Matrix/Virgo-Core Proxmox VE cluster (nodes Foxtrot, Golf, Hotel - MINISFORUM MS-A2 with AMD Ryzen 9 9955HX). Covers VM provisioning, VLAN networking, CEPH storage, and automation via Python (proxmoxer), Ansible (community.general.proxmox), and Terraform (Telmate/proxmox).
67ansible-proxmox
>
29ansible-fundamentals
>
20ansible-idempotency
>
17ansible-role-design
>
16ansible-testing
>
16