Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

22 строки
502 B

  1. # SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. use_default_rules: true
  6. skip_list:
  7. - unnamed-task
  8. - no-handler
  9. - no-jinja-nesting
  10. - schema
  11. - command-instead-of-shell
  12. - role-name
  13. - var-naming[no-role-prefix]
  14. # We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
  15. # before finally dumping it to a file.
  16. - template-instead-of-copy
  17. offline: true