cloudserve-infrastructure/roles/shepherd
Marty Oehme 2dfe9f9b92
feat(shepherd): Add auto update shepherd role
Deprecates diun as it provides a simpler implementation for docker
swarm. Mark any containers you want auto updated with
`shepherd.autoupdate=true` and the rest with
`shepherd.autoupdate=false`. Everything untagged will not be watched (by
default), though this can be changed by setting the ansible default
variable `shepherd_filter_services: `.
2025-03-15 22:29:53 +01:00
..
defaults feat(shepherd): Add auto update shepherd role 2025-03-15 22:29:53 +01:00
meta feat(shepherd): Add auto update shepherd role 2025-03-15 22:29:53 +01:00
tasks feat(shepherd): Add auto update shepherd role 2025-03-15 22:29:53 +01:00
templates feat(shepherd): Add auto update shepherd role 2025-03-15 22:29:53 +01:00
vars feat(shepherd): Add auto update shepherd role 2025-03-15 22:29:53 +01:00
README.md feat(shepherd): Add auto update shepherd role 2025-03-15 22:29:53 +01:00

shepherd

Monitor the deployed swarm containers for updates. Will notify you when it found any update for any container.

Can notify you through a wide variety of services using the apprise api.