mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 18:33:41 -05:00
- Install speedtest CLI on cluster leader - Install speedtest telegraf config on leader - cleanup hosts in ping list - Add custom shell script on leader to output speedtest data to influxdb - improve version checking of Telegraf binary - bump telegraf version - allow ' package-latest' to pass ansible-lint
23 lines
406 B
YAML
23 lines
406 B
YAML
---
|
|
# Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html
|
|
exclude_paths:
|
|
- .cache/
|
|
- .github/
|
|
- ../../.cache/
|
|
- archived_data/
|
|
|
|
skip_list:
|
|
- unnamed-task
|
|
- var-naming
|
|
- command-instead-of-shell
|
|
- meta-no-info
|
|
- meta-incorrect
|
|
- role-name
|
|
- ignore-errors
|
|
- package-latest
|
|
|
|
warn_list:
|
|
- experimental
|
|
- risky-file-permissions
|
|
- command-instead-of-module
|