Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- ---
-
- use_default_rules: true
-
- skip_list:
- - unnamed-task
- - no-handler
- - no-jinja-nesting
- - schema
- - command-instead-of-shell
- - role-name
- # We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
- # before finally dumping it to a file.
- - template-instead-of-copy
-
- offline: true
|