Add skip list to ansible lint

Also modify gitignore to allow . files to be included and ignore
.stestr dir

Change-Id: I53d11a484e5e86c5adf803a62eb6fe90e646b3aa
This commit is contained in:
Riccardo Pittau 2020-09-01 09:57:16 +02:00
parent d17101a437
commit 61f45c596d
2 changed files with 7 additions and 2 deletions

4
.ansible-lint Normal file
View File

@ -0,0 +1,4 @@
skip_list:
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'
- '208' # File permissions not mentioned

5
.gitignore vendored
View File

@ -1,5 +1,3 @@
# All dot-files
.*
# Ansible retry files
*.retry
# Tenks state file
@ -112,3 +110,6 @@ venv.bak/
# mypy
.mypy_cache/
# tests
.stestr/