Add tox for static checks

Add toxdir to gitignore
Add ansible and yamllint
This commit is contained in:
2022-01-08 22:16:40 -05:00
parent 14ce2dfea6
commit 1c417eda10
7 changed files with 427 additions and 40 deletions

7
.yamllintrc.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
yaml-files:
- "*.yml"
- "*.yaml"
rules:
line-length: disable