Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

22 linhas
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