Skip to content

Commit

Permalink
Add .yamllint and .ansible-lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
Morat96 committed Apr 27, 2021
1 parent 4d0dfba commit f0d7fb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
skip_list:
- 'yaml'
- 'risky-shell-pipe'
- 'role-name'
- 'risky-file-permissions'
7 changes: 7 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
extends: default

rules:
line-length:
max: 200
level: warning
2 changes: 1 addition & 1 deletion roles/ansible-role-docker-remote-api

0 comments on commit f0d7fb3

Please sign in to comment.