Michael Grote
c2bc53c4db
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-playbook unknown status
ci/woodpecker/manual/gitleaks Pipeline was successful
ci/woodpecker/manual/ansible-lint Pipeline failed
ci/woodpecker/manual/ansible-playbook unknown status
Reviewed-on: #127 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
26 lines
629 B
Text
26 lines
629 B
Text
---
|
|
skip_list:
|
|
- yaml[line-length]
|
|
- name[casing]
|
|
- yaml[comments]
|
|
- name[play]
|
|
- var-naming[no-role-prefix]
|
|
quiet: true
|
|
exclude_paths:
|
|
- .cache/ # implicit unless exclude_paths is defined in config
|
|
- collections/
|
|
- .gitlab-ci.yml
|
|
- friedhof/
|
|
- playbooks/on-off
|
|
- roles/ansible-role-pip
|
|
- roles/ansible-role-bootstrap
|
|
- roles/ansible_role_ctop
|
|
- roles/ansible-role-docker
|
|
- roles/ansible-role-helm
|
|
- roles/ansible-role-nfs
|
|
- roles/ansible-role-unattended-upgrades
|
|
- roles/ansible-manage-lvm
|
|
- roles/ansible-ufw
|
|
- roles/ansible_role_gitea
|
|
- roles/ansible-role-postgresql
|
|
- .woodpecker/
|