This commit is contained in:
zhangzhihan
2020-05-28 17:27:31 +08:00
parent aad31a42bb
commit 792ce3da1a
27 changed files with 40 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
- name: install certstore
yum:
name:
- /tmp/ansible_deploy/certstore-v20.04.3989072-1.el7.x86_64.rpm
- /tmp/ansible_deploy/certstore-v20.05.0f61dde-1.el7.centos.x86_64.rpm
state: present
- name: template certstore configure file

View File

@@ -15,7 +15,7 @@ expire_after = 30
local_debug = 1
ca_path = ./cert/tango-ca-v3-trust-ca.pem
untrusted_ca_path = ./cert/mesalab-ca-untrust.pem
[NTC_MAAT]
[MAAT]
#Configure the load mode,
#0: using the configuration distribution network
#1: using local json
@@ -43,3 +43,6 @@ port = 6379
ip = {{ maat_redis_server.address }}
port = {{ maat_redis_server.port }}
dbindex = {{ maat_redis_server.db }}
[stat]
statsd_server=192.168.100.1
statsd_port=8126