Add Ansible linting and other stuff

This commit is contained in:
Greg Hellings
2022-05-05 08:17:48 -05:00
parent b99a738da0
commit 5aa52aeff0
22 changed files with 177 additions and 56 deletions
+17
View File
@@ -0,0 +1,17 @@
extends: default
rules:
line-length:
max: 120
level: warning
document-start:
present: false
level: error
comments:
require-starting-space: false
ignore: |
.tox
samples/
.cache
plugins/ceph_ansible