aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/molecule
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to specify target path prefixColin Wilk2023-06-112-1/+65
| | | | | | | | 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 tests for hook functionality and lineinfile parametersColin Wilk2023-06-032-22/+130
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add alpine, rockylinux and fedora to testing pipelineColin Wilk2023-05-291-7/+18
| | | | | | Add more distros to CI/CD and include them in the galaxy meta file. Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Switch to 4 space indentation by default for lineinfile strategyColin Wilk2023-05-291-4/+4
| | | | | | | | | | | | | | | | | | This will change indentation in target files like: - labels: exporter: node targets: - host:9100 to - labels: exporter: node targets: - host:9100 Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Make prometheus_target_host a required variableColin Wilk2023-05-271-0/+1
| | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de>
* Add molecule with some simple test casesColin Wilk2023-05-275-0/+111
Signed-off-by: Colin Wilk <colin.wilk@tum.de>