Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

22 satır
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