Matrix Docker Ansible eploy
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

18 rindas
400 B

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