Skip to content

Commit

Permalink
Adds .ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 16, 2023
1 parent 65082f9 commit 3a53a45
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# .ansible-lint
exclude_paths:
- "*.yml.swp"
- .cache/ # implicit unless exclude_paths is defined in config
# Ansible-lint does not automatically load rules that have the 'opt-in' tag.
# You must enable opt-in rules by listing each rule 'id' below.
enable_list:
- args
- empty-string-compare # opt-in
- no-log-password # opt-in
- no-same-owner # opt-in
# - name[prefix] # opt-in
# add yaml here if you want to avoid ignoring yaml checks when yamllint
# library is missing. Normally its absence just skips using that rule.
- yaml
verbosity: 0

0 comments on commit 3a53a45

Please sign in to comment.