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:
zhangzhihan
2020-01-20 01:03:39 +08:00
parent 9e24d4bcdf
commit a402dc2e89
18 changed files with 1149 additions and 16 deletions

View File

@@ -4,26 +4,13 @@
src: "{{ role_path }}/files/"
dest: "/tmp/ansible_deploy/"
#- name: "install redis"
# yum:
# name:
# - /tmp/ansible_deploy/jemalloc-3.6.0-1.el7.x86_64.rpm
# - /tmp/ansible_deploy/redis-3.2.12-2.el7.x86_64.rpm
# state: present
#- name: "enable redis"
# systemd:
# name: redis
# enabled: yes
# state: started
- name: Ensures /home/tsg exists
file: path=/home/tsg state=directory
tags: mkdir
- name: install certstore
unarchive:
src: "{{ role_path }}/files/certstore-base-online-20200108.tar.gz"
src: "{{ role_path }}/files/certstore-base-online-20200119.tar.gz"
dest: /home/tsg
- name: template certstore configure file