Principal/Senior-level Ansible playbook for automation architecture, inventory strategy, role design, change safety, secrets handling, and operating configuration management at scale.
Use when: designing automation standards, reviewing playbooks and roles, managing fleet configuration, or operating Ansible in production workflows.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Principal/Senior-level Ansible playbook for automation architecture, inventory strategy, role design, change safety, secrets handling, and operating configuration management at scale.
Use when: designing automation standards, reviewing playbooks and roles, managing fleet configuration, or operating Ansible in production workflows.
Ansible Mastery (Senior → Principal)
Operate
Start from ownership, blast radius, and idempotent change safety.
Treat Ansible as an automation and operations contract, not a shell script launcher.
Prefer readable roles, predictable inventories, and explicit change boundaries.
Optimize for safe execution, auditability, and recovery from bad automation.
Default Standards
Idempotency is non-negotiable.
Inventory design must reflect ownership and environment reality.
Roles should encode reusable operational intent, not random task piles.
Secrets and privilege escalation require strict discipline.
Dry runs, diff visibility, and rollback posture matter.