aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tasks/lineinfile.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to specify target path prefixColin Wilk2023-06-111-1/+4
| | | | | | | | This will decrease the amount of redundant configuration for users by allowing them to specify a general prefix on global / exporter / play level Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add ability to configure default exportersColin Wilk2023-05-301-1/+2
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* 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-261-0/+15
Signed-off-by: Colin Wilk <colin.wilk@tum.de>