docker(role): move automatic cleanup of unused Docker data here
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
All checks were successful
/ Ansible Lint (push) Successful in 2m20s
Move the automatic cleanup of unused Docker data to the docker role from the docker_compose role, so that hosts, which only use Docker (like renovate) also have an automatic cleanup set up. Also use a systemd timer instead of cron.
This commit is contained in:
parent
0788fde69d
commit
2b5f261cd3
6 changed files with 53 additions and 8 deletions
|
|
@ -9,3 +9,7 @@
|
|||
- name: Ensure Docker daemon configuration
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/03_docker_config.yaml
|
||||
|
||||
- name: Ensure automatic cleanup of unused Docker data is set up
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/04_docker_auto_cleanup.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue