aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite if defined to default condition in lineinfileColin Wilk2023-05-301-2/+2
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Switch to single host per exporter configurationColin Wilk2023-05-271-4/+3
| | | | | | | | | | | | | | | | | 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>
* initColin Wilk2023-05-262-0/+19
Signed-off-by: Colin Wilk <colin.wilk@tum.de>