mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 02:13:40 -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
29 lines
580 B
YAML
29 lines
580 B
YAML
---
|
|
# Find full documentation at: https://yamllint.readthedocs.io/en/stable/index.html
|
|
extends: default
|
|
locale: en_US.UTF-8
|
|
|
|
rules:
|
|
braces:
|
|
level: error
|
|
max-spaces-inside: 1
|
|
min-spaces-inside: 1
|
|
comments-indentation: disable
|
|
indentation:
|
|
spaces: consistent
|
|
indent-sequences: true
|
|
check-multi-line-strings: false
|
|
line-length: disable
|
|
quoted-strings:
|
|
quote-type: any
|
|
required: false
|
|
extra-required:
|
|
- "^http://"
|
|
- "^https://"
|
|
- "ftp://"
|
|
- 'ssh \w.*'
|
|
- "{{"
|
|
extra-allowed: []
|
|
truthy:
|
|
level: error
|