Merge branch 'feature-lint-roles-etc'

This commit is contained in:
neonmei 2020-11-12 13:07:45 -03:00
commit 1e03700188
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,15 @@
---
use_default_rules: true
parseable: true
quiet: true
verbosity: 1
# State that naming for now should be a warning
# 106: ansible role name does not conform to pattern [a-z][a-z0-9_]+$
warn_list:
- '106'
- '303'
# This is for false positives
# 504: Do not use 'local_action', use 'delegate_to: localhost'
skip_list:
- '504'

View File

@ -100,6 +100,7 @@
- name: Ensuring Kibana directory owner
file:
# noqa 208
path: "/usr/share/kibana"
state: directory
owner: kibana