Tags: chukka/ansible-lint
Tags
Fix execution outside git repositories (ansible#1675) Fixes ansible#1674
Add ability to auto-install required collections (ansible#1633)
Fix lookup paths in templates (ansible#1623) * Fix lookup paths in templates Fixes ansible#1489 * Fix tests and add explanations * Move new tests to a better place * Black fixes Co-authored-by: Sorin Sbarnea <[email protected]>
Document syntax-check as unskippable (ansible#1606) Fixes: ansible#1594
Fixes false positive with deprecated-bare-vars (ansible#1583) Fixes: ansible#2020
Fix exclude bug running outside git repos (ansible#1570) Fixes: ansible#1565
Add rule for checking no_log is set when passwords are used (ansible#… …1558) * Add rule for checking no_log is set It's pretty important to ensure, that password won't be logged and thus exposed in the output. So we add linter rule that will check that all tasks, that have "password" in argument are not logged. Signed-Off-By: Dmitriy Rabotyagov <[email protected]> * Fix linters checks Since we already have old-style unittest, leaving it as is till mass migration to pytest. And ingoring raised by this choice warnings. * Update NoLogPasswordsRule.py Co-authored-by: Sorin Sbarnea <[email protected]> Co-authored-by: Sorin Sbarnea <[email protected]>
Add support for acceptable command options (ansible#1544) * create get_second_cmd_arg function Signed-off-by: Thomas Sjögren <[email protected]> * add support for acceptable command options Signed-off-by: Thomas Sjögren <[email protected]> * add CommandsInsteadOfModulesRule tests Signed-off-by: Thomas Sjögren <[email protected]> * ignore PT009, add docstrings Signed-off-by: Thomas Sjögren <[email protected]> * hopefully fix D400 Signed-off-by: Thomas Sjögren <[email protected]> * remove playbooks and place tasks in test file Signed-off-by: Thomas Sjögren <[email protected]> * move tests into src Signed-off-by: Thomas Sjögren <[email protected]> * systemd module status isnt systemctl status Signed-off-by: Thomas Sjögren <[email protected]> * Fix lint * Fix test Co-authored-by: Thomas Sjögren <[email protected]>
PreviousNext