custodian

custodian

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure docker-custodian.

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

Thomas Boerger

About

Ansible role to install and configure docker-custodian

Install
ansible-galaxy install rolehippie/custodian
GitHub repository
License
apache-2.0
Downloads
19
Owner
Ansible role collection of Webhippie