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
422 B

  1. ---
  2. extends: default
  3. # Keep this custom configuration compatible with ansible-lint's `yaml` rule.
  4. # See https://docs.ansible.com/projects/lint/rules/yaml/#yamllint-configuration
  5. rules:
  6. braces:
  7. min-spaces-inside: 0
  8. max-spaces-inside: 1
  9. comments:
  10. min-spaces-from-content: 1
  11. comments-indentation: false
  12. line-length: disable
  13. octal-values:
  14. forbid-explicit-octal: true
  15. forbid-implicit-octal: true