You've already forked ansible-role-csf
fix(ci): Applied yammlint fixes 🚨
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
|
||||
36
.yamllint
Normal file
36
.yamllint
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
# Based on ansible-lint config
|
||||
extends: default
|
||||
skip_list:
|
||||
- fqcn-builtins
|
||||
- role-name
|
||||
|
||||
rules:
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
colons:
|
||||
max-spaces-after: -1
|
||||
level: error
|
||||
commas:
|
||||
max-spaces-after: -1
|
||||
level: error
|
||||
comments: enable
|
||||
comments-indentation: disable
|
||||
document-start: disable
|
||||
empty-lines:
|
||||
max: 3
|
||||
level: error
|
||||
hyphens:
|
||||
level: error
|
||||
indentation: disable
|
||||
key-duplicates: enable
|
||||
line-length: disable
|
||||
new-line-at-end-of-file: enable
|
||||
new-lines:
|
||||
type: unix
|
||||
trailing-spaces: disable
|
||||
truthy: disable
|
||||
@@ -3,7 +3,9 @@ dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
author: cybercinch
|
||||
description: Install and configure CSF/LFD (https://configserver.com/cp/csf.html)
|
||||
description: >
|
||||
Install and configure CSF/LFD
|
||||
(https://configserver.com/cp/csf.html)
|
||||
min_ansible_version: "2.9"
|
||||
license: MIT
|
||||
platforms:
|
||||
|
||||
Reference in New Issue
Block a user