.git_archival.txt
.gitattributes
.gitignore
.pre-commit-hooks.yaml
.travis.yml
CHANGELOG.rst
CONTRIBUTING.md
DCO_1_1.md
LICENSE
README.rst
ROADMAP.rst
hooks.yaml
setup.cfg
setup.py
test-deps.txt
tox.ini
.github/CODEOWNERS
.github/CODE_OF_CONDUCT.md
.github/ISSUE_TEMPLATE.md
bin/ansible-lint
docs/docsite/.gitignore
docs/docsite/.nojekyll
docs/docsite/Makefile
docs/docsite/Makefile.sphinx
docs/docsite/README.md
docs/docsite/jinja2-2.9.7.inv
docs/docsite/keyword_desc.yml
docs/docsite/modules.js
docs/docsite/python2-2.7.13.inv
docs/docsite/python3-3.6.2.inv
docs/docsite/variables.dot
docs/docsite/_static/ansible-local.css
docs/docsite/_static/basic.css
docs/docsite/_static/bootstrap-dropdown.js
docs/docsite/_static/bootstrap-scrollspy.js
docs/docsite/_static/bootstrap-sphinx.css
docs/docsite/_static/bootstrap.css
docs/docsite/_static/default.css
docs/docsite/_static/doctools.js
docs/docsite/_static/favicon.ico
docs/docsite/_static/file.png
docs/docsite/_static/jquery.js
docs/docsite/_static/minus.png
docs/docsite/_static/opensearch.xml
docs/docsite/_static/plus.png
docs/docsite/_static/pygments.css
docs/docsite/_static/searchtools.js
docs/docsite/_static/sidebar.js
docs/docsite/_static/solar.css
docs/docsite/_static/solarized-dark.css
docs/docsite/_static/subtle_dots.png
docs/docsite/_static/underscore.js
docs/docsite/_themes/sphinx_rtd_theme/__init__.py
docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html
docs/docsite/_themes/sphinx_rtd_theme/footer.html
docs/docsite/_themes/sphinx_rtd_theme/layout.html
docs/docsite/_themes/sphinx_rtd_theme/search.html
docs/docsite/_themes/sphinx_rtd_theme/searchbox.html
docs/docsite/_themes/sphinx_rtd_theme/theme.conf
docs/docsite/_themes/sphinx_rtd_theme/versions.html
docs/docsite/_themes/sphinx_rtd_theme/static/css/badge_only.css
docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Bold.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/Inconsolata-Regular.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/Lato-Bold.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/Lato-BoldItalic.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/Lato-Italic.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/Lato-Regular.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff
docs/docsite/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff2
docs/docsite/_themes/sphinx_rtd_theme/static/images/galaxy-logo-02.svg
docs/docsite/_themes/sphinx_rtd_theme/static/images/galaxy-logo-03.svg
docs/docsite/_themes/sphinx_rtd_theme/static/images/logo_invert.png
docs/docsite/_themes/sphinx_rtd_theme/static/js/modernizr.min.js
docs/docsite/_themes/sphinx_rtd_theme/static/js/theme.js
docs/docsite/_themes/srtd/__init__.py
docs/docsite/_themes/srtd/breadcrumbs.html
docs/docsite/_themes/srtd/footer.html
docs/docsite/_themes/srtd/layout.html
docs/docsite/_themes/srtd/search.html
docs/docsite/_themes/srtd/theme.conf
docs/docsite/_themes/srtd/versions.html
docs/docsite/_themes/srtd/static/css/badge_only.css
docs/docsite/_themes/srtd/static/css/sphinxrtd.css
docs/docsite/_themes/srtd/static/css/theme.css
docs/docsite/_themes/srtd/static/font/fontawesome_webfont.eot
docs/docsite/_themes/srtd/static/font/fontawesome_webfont.svg
docs/docsite/_themes/srtd/static/font/fontawesome_webfont.ttf
docs/docsite/_themes/srtd/static/font/fontawesome_webfont.woff
docs/docsite/_themes/srtd/static/images/logo_invert.png
docs/docsite/_themes/srtd/static/js/theme.js
docs/docsite/rst/conf.py
docs/docsite/rst/index.rst
docs/docsite/rst/_static/theme_overrides.css
docs/docsite/rst/configuring/configuring.rst
docs/docsite/rst/configuring/index.rst
docs/docsite/rst/installing/index.rst
docs/docsite/rst/installing/installing.rst
docs/docsite/rst/rules/default_rules.rst
docs/docsite/rst/rules/index.rst
docs/docsite/rst/rules/rules.rst
docs/docsite/rst/usage/index.rst
docs/docsite/rst/usage/usage.rst
examples/example.yml
examples/include.yml
examples/lineno.yml
examples/lots_of_warnings.yml
examples/nomatches.yml
examples/play.yml
examples/unicode.yml
examples/handlers/y.yml
examples/roles/bobbins/tasks/main.yml
examples/roles/hello/meta/main.yml
examples/roles/morecomplex/handlers/main.yml
examples/roles/morecomplex/tasks/main.yml
examples/rules/TaskHasTag.py
examples/tasks/x.yml
lib/ansible_lint.egg-info/PKG-INFO
lib/ansible_lint.egg-info/SOURCES.txt
lib/ansible_lint.egg-info/dependency_links.txt
lib/ansible_lint.egg-info/entry_points.txt
lib/ansible_lint.egg-info/not-zip-safe
lib/ansible_lint.egg-info/requires.txt
lib/ansible_lint.egg-info/top_level.txt
lib/ansiblelint/__init__.py
lib/ansiblelint/__main__.py
lib/ansiblelint/generate_docs.py
lib/ansiblelint/utils.py
lib/ansiblelint/version.py
lib/ansiblelint/formatters/__init__.py
lib/ansiblelint/rules/AlwaysRunRule.py
lib/ansiblelint/rules/BecomeUserWithoutBecomeRule.py
lib/ansiblelint/rules/CommandHasChangesCheckRule.py
lib/ansiblelint/rules/CommandsInsteadOfArgumentsRule.py
lib/ansiblelint/rules/CommandsInsteadOfModulesRule.py
lib/ansiblelint/rules/ComparisonToEmptyStringRule.py
lib/ansiblelint/rules/ComparisonToLiteralBoolRule.py
lib/ansiblelint/rules/DeprecatedModuleRule.py
lib/ansiblelint/rules/EnvVarsInCommandRule.py
lib/ansiblelint/rules/GitHasVersionRule.py
lib/ansiblelint/rules/LineTooLongRule.py
lib/ansiblelint/rules/MercurialHasRevisionRule.py
lib/ansiblelint/rules/MetaChangeFromDefaultRule.py
lib/ansiblelint/rules/MetaMainHasInfoRule.py
lib/ansiblelint/rules/MetaTagValidRule.py
lib/ansiblelint/rules/MetaVideoLinksRule.py
lib/ansiblelint/rules/NoFormattingInWhenRule.py
lib/ansiblelint/rules/NoTabsRule.py
lib/ansiblelint/rules/OctalPermissionsRule.py
lib/ansiblelint/rules/PackageIsNotLatestRule.py
lib/ansiblelint/rules/PlaybookExtension.py
lib/ansiblelint/rules/RoleRelativePath.py
lib/ansiblelint/rules/ShellWithoutPipefail.py
lib/ansiblelint/rules/SudoRule.py
lib/ansiblelint/rules/TaskHasNameRule.py
lib/ansiblelint/rules/TaskNoLocalAction.py
lib/ansiblelint/rules/TrailingWhitespaceRule.py
lib/ansiblelint/rules/UseCommandInsteadOfShellRule.py
lib/ansiblelint/rules/UseHandlerRatherThanWhenChangedRule.py
lib/ansiblelint/rules/UsingBareVariablesIsDeprecatedRule.py
lib/ansiblelint/rules/VariableHasSpacesRule.py
lib/ansiblelint/rules/__init__.py
test/TestAlwaysRunRule.py
test/TestBecomeUserWithoutBecome.py
test/TestCliRolePaths.py
test/TestCommandHasChangesCheck.py
test/TestCommandLineInvocationSameAsConfig.py
test/TestComparisonToEmptyString.py
test/TestComparisonToLiteralBool.py
test/TestDependenciesInMeta.py
test/TestDeprecatedModule.py
test/TestEnvVarsInCommand.py
test/TestFormatter.py
test/TestLineTooLong.py
test/TestLintRule.py
test/TestMetaChangeFromDefault.py
test/TestMetaMainHasInfo.py
test/TestMetaTagValid.py
test/TestMetaVideoLinks.py
test/TestNoFormattingInWhenRule.py
test/TestOctalPermissions.py
test/TestPackageIsNotLatest.py
test/TestRoleHandlers.py
test/TestRoleRelativePath.py
test/TestRuleProperties.py
test/TestRulesCollection.py
test/TestRunner.py
test/TestShellWithoutPipefail.py
test/TestSkipInsideYaml.py
test/TestSudoRule.py
test/TestTaskHasName.py
test/TestTaskIncludes.py
test/TestTaskNoLocalAction.py
test/TestUseCommandInsteadOfShell.py
test/TestUseHandlerRatherThanWhenChanged.py
test/TestUsingBareVariablesIsDeprecated.py
test/TestUtils.py
test/TestVariableHasSpaces.py
test/TestWithSkipTagId.py
test/__init__.py
test/always-run-failure.yml
test/always-run-success.yml
test/bar.txt
test/become-user-without-become-failure.yml
test/become-user-without-become-success.yml
test/become.yml
test/block.yml
test/blockincludes.yml
test/blockincludes2.yml
test/brackets-do-not-match-test.yml
test/bracketsmatchtest.yml
test/command-check-failure.yml
test/command-check-success.yml
test/command-instead-of-shell-failure.yml
test/command-instead-of-shell-success.yml
test/common-include-1.yml
test/common-include-2.yml
test/contains_secrets.yml
test/ematchtest.yml
test/emptytags.yml
test/foo.txt
test/include-import-role.yml
test/include-import-tasks-in-role.yml
test/include-in-block-inner.yml
test/include-in-block.yml
test/included-handlers.yml
test/included-with-lint.yml
test/includedoesnotexist.yml
test/jinja2-when-failure.yml
test/jinja2-when-success.yml
test/multiline-brackets-do-not-match-test.yml
test/multiline-bracketsmatchtest.yml
test/nestedincludes.yml
test/nomatchestest.yml
test/norole.yml
test/norole2.yml
test/package-check-failure.yml
test/package-check-success.yml
test/simpletask.yml
test/skiptasks.yml
test/task-has-name-failure.yml
test/task-has-name-success.yml
test/taskimports.yml
test/taskincludes.yml
test/taskincludes_2_4_style.yml
test/unicode.yml
test/using-bare-variables-failure.yml
test/using-bare-variables-success.yml
test/varset.yml
test/varunset.yml
test/with-skip-tag-id.yml
test/dependency-in-meta/bitbucket.yml
test/dependency-in-meta/galaxy.yml
test/dependency-in-meta/github.yml
test/dependency-in-meta/gitlab.yml
test/dependency-in-meta/webserver.yml
test/directory with spaces/main.yml
test/role-with-handler/main.yml
test/role-with-handler/a-role/handlers/main.yml
test/role-with-included-imported-tasks/tasks/imported_tasks.yml
test/role-with-included-imported-tasks/tasks/included_tasks.yml
test/role-with-included-imported-tasks/tasks/main.yml
test/roles/test-role/molecule/default/include-import-role.yml
test/roles/test-role/tasks/main.yml
test/rules/EMatcherRule.py
test/rules/UnsetVariableMatcherRule.py
test/rules/__init__.py
test/test-role/tasks/main.yml
test/test-role/tasks/world.yml
test/testproject/roles/test-role/tasks/main.yml