custodian
custodian
Ansible role to install and configure docker-custodian.
Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.
Table of content
Requirements
- Minimum Ansible version:
2.10
Default Variables
custodian_dangling_volumes
Remove dangling volumes
Default value
custodian_dangling_volumes: false
custodian_exclude_container_label
List of labels to exclude+
Default value
custodian_exclude_container_label: []
custodian_exclude_image
List of images to exclude
Default value
custodian_exclude_image: []
custodian_image
Docker image to use for deployment
Default value
custodian_image: toolhippie/docker-custodian:{{ custodian_version }}
custodian_interval
Interval for the systemd timer
Default value
custodian_interval: daily
custodian_max_container_age
Max container age
Default value
custodian_max_container_age: 3days
custodian_max_image_age
Max image age
Default value
custodian_max_image_age: 3days
custodian_pull_image
Pull image as part of the tasks
Default value
custodian_pull_image: true
custodian_version
Version of docker custodian to use
Default value
custodian_version: 0.7.4
Discovered Tags
custodian
Dependencies
License
Apache-2.0
Author
Install
ansible-galaxy install rolehippie/custodian
License
apache-2.0
Downloads
22
Owner
Ansible role collection of Webhippie