瀏覽代碼

host_vars template improvement

master
父節點
當前提交
451980fdea
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. +1
    -5
      templates/host_vars.yml.j2

+ 1
- 5
templates/host_vars.yml.j2 查看文件

@@ -1,5 +1 @@
{% 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 %}
{% 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_json | from_json ) | to_nice_yaml }}{% else %}{{ _host_vars_default | combine( _host_vars | to_json | from_json ) | to_nice_yaml }}{% endif %}

Loading…
取消
儲存