ff
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 48s

This commit is contained in:
Michael Grote 2024-09-27 17:26:20 +02:00
parent e340334ca6
commit cb47d4865b

View file

@ -79,7 +79,7 @@ munin_node_plugins:
- name: mikrotik_system_rb5009 - name: mikrotik_system_rb5009
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
config: | config: |
[mt_system_rb5009] [mikrotik_system_rb5009]
user root user root
env.ssh_user munin env.ssh_user munin
env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }}
@ -87,7 +87,7 @@ munin_node_plugins:
- name: mikrotik_system_crs305 - name: mikrotik_system_crs305
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
config: | config: |
[mt_system_crs305] [mikrotik_system_crs305]
user root user root
env.ssh_user munin env.ssh_user munin
env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }}
@ -95,7 +95,7 @@ munin_node_plugins:
- name: mikrotik_system_hex - name: mikrotik_system_hex
src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system src: https://git.mgrote.net/mirrors/munin-contrib/raw/branch/master/plugins/router/mikrotik_system
config: | config: |
[mt_system_hex] [mikrotik_system_hex]
user root user root
env.ssh_user munin env.ssh_user munin
env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }} env.ssh_password {{ lookup('viczem.keepass.keepass', 'routeros-munin-user-password', 'password') }}