aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Switch to single host per exporter configurationColin Wilk2023-05-272-6/+7
| | | | | | | | | | | | | | | | | 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>
* Move hook ansible module config into their own config objectColin Wilk2023-05-262-33/+34
| | | | | | | | | | | | Keep * prometheus_target_handler_command_enabled * prometheus_target_handler_command_become * prometheus_target_handler_shell_enabled * prometheus_target_handler_shell_become to avoid being overwritten when specifying prometheus_target_handler_command or prometheus_target_handler_shell Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add ansible galaxy meta fileColin Wilk2023-05-261-0/+19
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* initColin Wilk2023-05-268-0/+277
Signed-off-by: Colin Wilk <colin.wilk@tum.de>