forked from ansible-lockdown/RHEL9-CIS
Initial
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
commit
a54b5216eb
87 changed files with 7693 additions and 0 deletions
23
.yamllint
Normal file
23
.yamllint
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
ignore: |
|
||||
tests/
|
||||
molecule/
|
||||
.gitlab-ci.yml
|
||||
*molecule.yml
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
indentation:
|
||||
# Requiring 4 space indentation
|
||||
spaces: 4
|
||||
# Requiring consistent indentation within a file, either indented or not
|
||||
indent-sequences: consistent
|
||||
truthy: disable
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
line-length: disable
|
||||
Loading…
Add table
Add a link
Reference in a new issue