munin: add drone (#505)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #505
This commit is contained in:
parent
32c5cc64b5
commit
883d6c0670
3 changed files with 6 additions and 13 deletions
|
@ -131,3 +131,9 @@
|
||||||
env.max_time 20
|
env.max_time 20
|
||||||
env.short_label true
|
env.short_label true
|
||||||
env.follow_redirect true
|
env.follow_redirect true
|
||||||
|
- name: drone
|
||||||
|
src: https://raw.githubusercontent.com/quotengrote/contrib/drone/plugins/cicd/drone # url nach mergen anpassen
|
||||||
|
config: |
|
||||||
|
[drone]
|
||||||
|
env.url http://docker10.grote.lan:81/api/user/repos?latest=true
|
||||||
|
env.token {{ lookup('keepass', 'munin_plugin_drone_token', 'password') }}
|
||||||
|
|
|
@ -49,19 +49,6 @@
|
||||||
- name: navidrome
|
- name: navidrome
|
||||||
state: present
|
state: present
|
||||||
network: traefik
|
network: traefik
|
||||||
## del # am ende loschen, also die eiträge
|
|
||||||
- name: hastebin
|
|
||||||
state: absent
|
|
||||||
- name: photoprism
|
|
||||||
state: absent
|
|
||||||
- name: tor-snowflake
|
|
||||||
state: absent
|
|
||||||
- name: dozzle
|
|
||||||
state: absent
|
|
||||||
- name: ara
|
|
||||||
state: absent
|
|
||||||
- name: librenms
|
|
||||||
state: absent
|
|
||||||
- name: watchtower
|
- name: watchtower
|
||||||
state: present
|
state: present
|
||||||
- name: blocky
|
- name: blocky
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue