blumeops/ansible
Erich Blume e39b601353 Fix minikube role skipping start when kubelet/apiserver are stopped
After a power loss, minikube's Docker container (host) comes back up but
kubelet and apiserver remain stopped. The status check used
`--format='{{.Host}}'` which only examined the host state, causing the
role to skip `minikube start` since it saw "Running". Remove the format
flag so `minikube status` returns non-zero (exit 7) when any component
is unhealthy, and simplify all conditions to use the exit code alone.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 22:49:02 -08:00
..
inventory Operations and observability for sifaka NAS (#135) 2026-02-09 17:44:05 -08:00
playbooks Operations and observability for sifaka NAS (#135) 2026-02-09 17:44:05 -08:00
roles Fix minikube role skipping start when kubelet/apiserver are stopped 2026-02-09 22:49:02 -08:00
ansible.cfg Suppress Python interpreter discovery warning in ansible 2026-01-13 21:26:41 -08:00
requirements.yml Add ansible playbook for indri with prometheus and grafana roles 2026-01-13 21:12:24 -08:00