diff options
| author | Colin Wilk <colin.wilk@tum.de> | 2023-05-27 19:57:38 +0200 |
|---|---|---|
| committer | Colin Wilk <colin.wilk@tum.de> | 2023-05-27 19:57:38 +0200 |
| commit | 0b2823d40892ffca4c0c64536c6a821cebaf3ff6 (patch) | |
| tree | ab8300fc9036d628b1393be43faf11a38014ef0b /meta/argument_specs.yml | |
| parent | 86becf489d216cb6de226d544ca128696f41357e (diff) | |
| download | ansible-role-prometheus-target-0b2823d40892ffca4c0c64536c6a821cebaf3ff6.tar.gz ansible-role-prometheus-target-0b2823d40892ffca4c0c64536c6a821cebaf3ff6.zip | |
Switch to single host per exporter configuration
Before you could do multiple hosts per exporter like this:
- id: node_exporter
hosts:
- host1
- host2
This was removed since it simplifies the code quite a bit and you can
still archive the same behavior like this:
- { id: node_exporter, host: host1 }
- { id: node_exporter, host: host2 }
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
Diffstat (limited to 'meta/argument_specs.yml')
0 files changed, 0 insertions, 0 deletions