Ansible collection for managing Docker Compose services using the SOLTI state-machine pattern.
Refactored from lab-docker-stack to eliminate configuration drift across multiple hosts via Ansible push-configuration.
# Install dependencies
ansible-galaxy collection install -r requirements.yml
# Deploy redis to dockarr
./manage-svc.sh redis prepare
./manage-svc.sh redis deploy
./svc-exec.sh redis verifyredis— Redis cache + redis-commander + redis-insight
- dockarr — Debian Linux VM (
~/Docker/) - truenas — TrueNAS SCALE (
/mnt/zpool/Docker/, apps user 568)
See CLAUDE.md for architecture details.