更新 TFE 20.11 版配置文件,升级 tfe 到 4.3.11

This commit is contained in:
luwenpeng
2020-10-12 18:20:51 +08:00
parent fcb6118c31
commit de0992db4d
10 changed files with 54 additions and 43 deletions

View File

@@ -27,6 +27,11 @@
src: "{{ role_path }}/templates/tfe.conf.j2"
dest: /opt/tsg/tfe/conf/tfe/tfe.conf
- name: "template the zlog.conf"
template:
src: "{{ role_path }}/templates/zlog.conf.j2"
dest: /opt/tsg/tfe/conf/tfe/zlog.conf
- name: "template the future.conf"
template:
src: "{{ role_path }}/templates/future.conf.j2"