2024-12-07 10:39:39 +01:00
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-07-18 14:43:02 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
use_default_rules: true
|
|
|
|
|
|
|
|
skip_list:
|
|
|
|
- unnamed-task
|
|
|
|
- no-handler
|
|
|
|
- no-jinja-nesting
|
|
|
|
- schema
|
|
|
|
- command-instead-of-shell
|
|
|
|
- role-name
|
2023-07-12 07:15:58 +02:00
|
|
|
- var-naming[no-role-prefix]
|
2022-09-27 10:38:33 +02:00
|
|
|
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
|
|
|
|
# before finally dumping it to a file.
|
|
|
|
- template-instead-of-copy
|
2022-07-18 14:43:02 +02:00
|
|
|
|
2022-11-20 18:13:00 +01:00
|
|
|
offline: true
|