This Ansible role is designed to ensure the health of Docker containers running on a system. It includes a script that checks for unhealthy or exited Docker containers and sets up a systemd service and timer to regularly execute this check.
## Files
-`vars/main.yml`: Variable definitions for the script's directory.
-`handlers/main.yml`: Handlers to reload and restart the systemd service and timer.
-`files/health-docker-container.sh`: The script that checks the container health.
-`tasks/main.yml`: Tasks to create necessary directories, copy scripts, and create systemd service and timer.