ansible-playbooks/test-requirements.txt
Al Bailey 2850e2267a Add in the ability to call ansible-lint from tox.
The list of all ansible-lint error codes is documented here:
https://docs.ansible.com/ansible-lint/rules/default_rules.html

The failing ansible-lint checks are suppressed by the skip_list
entry in .ansible-lint file.  Those should be fixed in followup
commits by an ansible expert.

The tox target can be invoked locally by: tox -e ansible-lint

The ansible-lint target is automatically included in the linters
tox targer, which is already inoked by zuul.

Story: 2004515
Task: 37144
Change-Id: I9a3e90aebdf6915f3a55b894bda2cd0919b073fd
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-10-16 08:31:18 -05:00

6 lines
84 B
Plaintext

ansible-lint
bashate >= 0.2
flake8 >= 2.5.4 # MIT
PyYAML >= 3.1.0
yamllint >= 0.5.2