How it works - high-level
From the user's perspective:
┌─────────────────────────────────────┐
│ Single executable file contains: │
│ │
│ • Ansible + all dependencies │
│ • Your playbooks & roles │
│ • Any files you want to deploy │
└──────────────┬──────────────────────┘
│
│ sudo ./self-contained-ansible-demo
│
▼
┌─────────────────────────────────────┐
│ System configured! │
│ No python, no ansible, no deps │
│ needed on target machine │
└─────────────────────────────────────┘