diff --git a/.ansible-lint b/.ansible-lint index 9d3d5af..11b31cb 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,6 +2,7 @@ parseable: true quiet: false skip_list: - '010' + - '305' - '403' use_default_rules: true -verbosity: 1 \ No newline at end of file +verbosity: 1 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cb4082..b4a9b7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,10 +48,10 @@ stages: - "ansible-lint --version" -.lint_play_template: &lint_play - stage: check_and_lint - script: - - "ansible-lint -v ${ANSIBLE_ROLE_PATH}" +#.lint_play_template: &lint_play +# stage: check_and_lint +# script: +# - "ansible-lint -v ${ANSIBLE_ROLE_PATH}" .test_deploy_template: &test_deploy diff --git a/.yamllint.yml b/.yamllint.yml new file mode 100644 index 0000000..6bedbbd --- /dev/null +++ b/.yamllint.yml @@ -0,0 +1,9 @@ +--- +rules: + colons: + max-spaces-before: -1 + max-spaces-after : -1 + + truthy: + allowed-values : ['true','false','True','False','yes','no'] + check-keys : false