diff --git a/.ansible-lint b/.ansible-lint index 343465f..ac4ae04 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,10 +1,8 @@ --- -### ansible linter config -### -### more details: -### - https://ansible-lint.readthedocs.io/en/latest/configuring/#configuration-file -### Please keep in mind how to skip rule inside a playbook/role: -### - https://ansible-lint.readthedocs.io/en/latest/rules/#false-positives-skipping-rules +# ansible-lint config +# see: https://ansible.readthedocs.io/projects/lint/usage/#specifying-rules-at-runtime +# Please keep in mind how to skip rule inside a playbook/role: +# https://ansible.readthedocs.io/projects/lint/usage/#muting-warnings-to-avoid-false-positives exclude_paths: - .idea/ @@ -18,4 +16,4 @@ verbosity: 1 # skip_list: # enable_list: -# warn_list: \ No newline at end of file +# warn_list: diff --git a/.gitignore b/.gitignore index ca69b10..17579de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/* *.tar.gz +.cache diff --git a/.mega-linter.yml b/.mega-linter.yml index d1182e5..1a2973c 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -2,6 +2,7 @@ YAML_YAMLLINT_CONFIG_FILE: .yamllint YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: server_packages_redhat.yml ANSIBLE_DIRECTORY: any +ANSIBLE_ANSIBLE_LINT_ARGUMENTS: --force-color -p DISABLE_ERRORS_LINTERS: - SPELL_CSPELL - REPOSITORY_DEVSKIM