blob: 576ee12f4d65eb07fa9a04c74041c66be31b8688 (
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) }}
|