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

9
.ansible-lint.yaml Normal file
View File

@@ -0,0 +1,9 @@
---
skip_list:
- line-length # don't yell about line length
- meta-no-info # we don't publish to galaxy so stop yelling about it
- package-latest # we install lots of latest stuff still 😢
- experimental # no instability plz, give us a call when ur stable
warn_list:
- no-handler # good to keep, but shouldn't be fatal