aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/molecule/default/molecule.yml
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2023-05-27 19:57:38 +0200
committerColin Wilk <colin.wilk@tum.de>2023-05-27 19:57:38 +0200
commit0b2823d40892ffca4c0c64536c6a821cebaf3ff6 (patch)
treeab8300fc9036d628b1393be43faf11a38014ef0b /molecule/default/molecule.yml
parent86becf489d216cb6de226d544ca128696f41357e (diff)
downloadansible-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 'molecule/default/molecule.yml')
0 files changed, 0 insertions, 0 deletions