saibotk
a47fde9c9c
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.
24 lines
322 B
Markdown
24 lines
322 B
Markdown
docker_cleanup
|
|
=========
|
|
|
|
This will prune unused docker images older than 3 days, to keep the system clean.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
You will need to have docker installed with its python package to use this role.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
None
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
- docker
|
|
|
|
License
|
|
-------
|
|
|
|
GPL-3.0-only
|