blob: a2dc1c713fdca8fa856996e80f23919168105775 (
plain) (
blame)
1
2
3
4
5
6
7
|
# {{ ansible_managed }}
devices:
{{ prometheus_exporter_mikrotik_devices | to_nice_yaml(indent=2) | indent(2)}}
features:
{{ prometheus_exporter_mikrotik_features | to_nice_yaml(indent=2) | indent(2)}}
|