1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# Rules
- [args][]
- [avoid-implicit][]
- [complexity][]
- [command-instead-of-module][]
- [command-instead-of-shell][]
- [deprecated-bare-vars][]
- [deprecated-local-action][]
- [deprecated-module][]
- [empty-string-compare][]
- [fqcn][]
- [galaxy][]
- [ignore-errors][]
- [inline-env-var][]
- [internal-error][]
- [jinja][]
- [key-order][]
- [latest][]
- [literal-compare][]
- [load-failure][]
- [loop-var-prefix][]
- [meta-incorrect][]
- [meta-no-tags][]
- [meta-runtime][]
- [meta-video-links][]
- [name][]
- [no-changed-when][]
- [no-free-form][]
- [no-handler][]
- [no-jinja-when][]
- [no-log-password][]
- [no-prompting][]
- [no-relative-paths][]
- [no-same-owner][]
- [no-tabs][]
- [only-builtins][]
- [package-latest][]
- [parser-error][]
- [partial-become][]
- [playbook-extension][]
- [risky-file-permissions][]
- [risky-octal][]
- [risky-shell-pipe][]
- [role-name][]
- [run-once][]
- [sanity][]
- [schema][]
- [syntax-check][]
- [var-naming][]
- [warning][]
- [yaml][]
|