Changed suffix to .cymais.timer

This commit is contained in:
2024-01-10 11:26:00 +01:00
parent b7e3a7f838
commit d8f14a9c36
7 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ This role checks for anonymous Docker volumes that are not bound to a container
- `files/health-docker-volumes.sh`: The script that checks for anonymous Docker volumes and excludes whitelisted volumes.
- `tasks/main.yml`: Tasks to create necessary directories, copy scripts, and create systemd service and timer.
- `templates/health-docker-volumes.cymais.service.j2`: Systemd service template, including the whitelisted volumes as a parameter.
- `templates/health-docker-volumes.timer.j2`: Systemd timer template.
- `templates/health-docker-volumes.cymais.timer.j2`: Systemd timer template.
- `meta/main.yml`: Meta information declaring dependencies for the role.
## Usage