You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
defaults | 3 months ago | |
handlers | 3 months ago | |
meta | 3 months ago | |
tasks | 3 months ago | |
templates | 3 months ago | |
README.md | 3 months ago |
README.md
DIUN - Docker Image Update Notifier
This role installs Duin. Configuration is done via your host_vars
files:
diun_watch:
config: |
workers: 10
schedule: "0 */6 * * *"
jitter: 30s
firstCheckNotif: false
diun_notif:
- name: mail
config: |
host: localhost
port: 25
ssl: false
insecureSkipVerify: false
from: diun@example.org
to:
- admin@example.org
diun_providers:
- name: docker
config: |
watchByDefault: true
watchStopped: true
endpoint: "unix:///run/docker.sock"
- name: file
config: |
filename: {{ diun_configuration_path }}/{{ diun_provider_image_file }}
diun_provider_images:
- name: docker.io/discourse/base:release