1、增加cert-redis的安装包及task
2、同步修改deploy.yml 3、为tsgconf/main.conf增加一个kafka的动态配置 4、修改tfe.conf中mc_default_eth的动态配置变量 5、原certstore中的r2、r3文件含有dos字符,修复该问题
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
dest: /home/mesasoft/sapp_run/etc/gdev.conf
|
||||
tags: template
|
||||
|
||||
- name: Template the tsgconf/main.conf
|
||||
template:
|
||||
src: "{{ role_path }}/templates/main.conf.j2"
|
||||
dest: /home/mesasoft/sapp_run/tsgconf/main.conf
|
||||
tags: template
|
||||
|
||||
- name: "enable sapp"
|
||||
systemd:
|
||||
name: sapp
|
||||
|
||||
Reference in New Issue
Block a user