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.
|
- {% if ("host_vars/"+inventory_hostname+'/'+_host_vars_filename+'.yml') | is_file %}
- {{ _host_vars_default | combine( lookup('file','host_vars/'+inventory_hostname+'/'+_host_vars_filename+'.yml') | from_yaml ) | combine( _host_vars ) | to_nice_yaml }}
- {% else %}
- {{ _host_vars_default | combine( _host_vars ) | to_nice_yaml }}
- {% endif %}
|