-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.ansible-lint
More file actions
17 lines (15 loc) · 830 Bytes
/
.ansible-lint
File metadata and controls
17 lines (15 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# ------------------------------------------------------------------------------
# List of Checks that should be skipped
# ------------------------------------------------------------------------------
skip_list:
- yaml[line-length] # Don't split up lines so it's easier readable
- key-order[task] # No technical issue
- run_once[task] # No special strategy
- role-name[path] # Allow paths to roles
- risky-shell-pipe # If pipes are in shell commands ignore it
# ------------------------------------------------------------------------------
# Set extra variable for ansible-playbook --syntax-check
# ------------------------------------------------------------------------------
extra_vars:
teamwire_platform_dir: "../../"