- targets: [ '{{ hostvars[target.config.exporter_hostname].prometheus_scrape_endpoint }}' ] labels: instance: '{{ target.instance }}' __param_ups: {{ target.config.ups }} __param_server: {{ target.config.server | default('127.0.0.1') }} {% if 'username' in target.config %} __param_username: {{ target.config.username }} {% endif %} {% if 'password' in target.config %} __param_password: {{ target.config.password }} {% endif %} {% if 'variables' in target.config %} __param_variables: {{ target.config.variables }} {% endif %} {% if 'statuses' in target.config %} __param_statuses: {{ target.config.statuses }} {% endif %}