Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

17 wiersze
369 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. # We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
  11. # before finally dumping it to a file.
  12. - template-instead-of-copy
  13. offline: true