3049d8cb9a
Introduces CI workflows for YAML linting and secret detection, and adds basic configuration for both tools. Also adds a sample connectivity test playbook.
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
roles/filebeat_install/files/fields.yml
|
|
.gitea/workflows/yamllint.yml
|
|
|
|
rules:
|
|
line-length:
|
|
max: 180
|
|
...
|