Aufbau hex (#348)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#348 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
c648a48c4c
commit
f16e3f388c
2 changed files with 8 additions and 0 deletions
|
@ -176,6 +176,14 @@
|
||||||
env.ssh_user munin
|
env.ssh_user munin
|
||||||
env.ssh_password {{ lookup('keepass', 'crs309_munin_user', 'password') }}
|
env.ssh_password {{ lookup('keepass', 'crs309_munin_user', 'password') }}
|
||||||
env.ssh_host 192.168.2.224
|
env.ssh_host 192.168.2.224
|
||||||
|
- name: mt_system_hex
|
||||||
|
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||||
|
config: |
|
||||||
|
[mt_system_hex]
|
||||||
|
user root
|
||||||
|
env.ssh_user munin
|
||||||
|
env.ssh_password {{ lookup('keepass', 'hex_munin_user', 'password') }}
|
||||||
|
env.ssh_host 192.168.3.144
|
||||||
- name: mt_system_crs305
|
- name: mt_system_crs305
|
||||||
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
src: https://git.mgrote.net/mg/mirror-munin-contrib/raw/branch/master/plugins/router/mikrotik_system
|
||||||
config: |
|
config: |
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue