更新RPM安装包
修改配置文件
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
|
|||||||
- name: install certstore
|
- name: install certstore
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- /tmp/ansible_deploy/certstore-2.1.2.202009.87fcacf-1.el7.x86_64.rpm
|
- /tmp/ansible_deploy/certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: template certstore configure file
|
- name: template certstore configure file
|
||||||
|
|||||||
@@ -1,9 +1,15 @@
|
|||||||
[SYSTEM]
|
[SYSTEM]
|
||||||
#1:print on screen, 0:don't
|
#1:print on screen, 0:don't
|
||||||
DEBUG_SWITCH = 1
|
DEBUG_SWITCH = 1
|
||||||
#10:DEBUG, 20:INFO, 30:FATAL
|
RUN_LOG_PATH = "conf/zlog.conf"
|
||||||
RUN_LOG_LEVEL = {{ certstore_log_level }}
|
|
||||||
RUN_LOG_PATH = ./logs
|
[breakpad]
|
||||||
|
disable_coredump=0
|
||||||
|
enable_breakpad=1
|
||||||
|
breakpad_minidump_dir=/tmp/certstore/crashreport
|
||||||
|
enable_breakpad_upload=0
|
||||||
|
breakpad_upload_url=http://127.0.0.1/
|
||||||
|
|
||||||
[CONFIG]
|
[CONFIG]
|
||||||
#Number of running threads
|
#Number of running threads
|
||||||
thread-nu = 4
|
thread-nu = 4
|
||||||
@@ -14,7 +20,8 @@ expire_after = 30
|
|||||||
#Local default root certificate path
|
#Local default root certificate path
|
||||||
local_debug = 1
|
local_debug = 1
|
||||||
ca_path = ./cert/tango-ca-v3-trust-ca.pem
|
ca_path = ./cert/tango-ca-v3-trust-ca.pem
|
||||||
untrusted_ca_path = ./cert/mesalab-ca-untrust.pem
|
untrusted_ca_path = ./cert/tango-ca-v3-untrust-ca.pem
|
||||||
|
|
||||||
[MAAT]
|
[MAAT]
|
||||||
#Configure the load mode,
|
#Configure the load mode,
|
||||||
#0: using the configuration distribution network
|
#0: using the configuration distribution network
|
||||||
@@ -31,18 +38,21 @@ inc_cfg_dir=./rule/inc/index
|
|||||||
full_cfg_dir=./rule/full/index
|
full_cfg_dir=./rule/full/index
|
||||||
#Json file path when json schema is used
|
#Json file path when json schema is used
|
||||||
pxy_obj_keyring=./conf/pxy_obj_keyring.json
|
pxy_obj_keyring=./conf/pxy_obj_keyring.json
|
||||||
|
|
||||||
[LIBEVENT]
|
[LIBEVENT]
|
||||||
#Local monitor port number, default is 9991
|
#Local monitor port number, default is 9991
|
||||||
port = 9991
|
port = 9991
|
||||||
|
|
||||||
[CERTSTORE_REDIS]
|
[CERTSTORE_REDIS]
|
||||||
#The Redis server IP address and port number where the certificate is stored locally
|
#The Redis server IP address and port number where the certificate is stored locally
|
||||||
ip = 127.0.0.1
|
ip = 127.0.0.1
|
||||||
port = 6379
|
port = 6379
|
||||||
|
|
||||||
[MAAT_REDIS]
|
[MAAT_REDIS]
|
||||||
#Maat monitors the Redsi server IP address and port number
|
#Maat monitors the Redsi server IP address and port number
|
||||||
ip = {{ maat_redis_server.address }}
|
ip = {{ maat_redis_server.address }}
|
||||||
port = {{ maat_redis_server.port }}
|
port = {{ maat_redis_server.port }}
|
||||||
dbindex = {{ maat_redis_server.db }}
|
dbindex = {{ maat_redis_server.db }}
|
||||||
[stat]
|
[stat]
|
||||||
statsd_server=192.168.100.1
|
statsd_server=127.0.0.1
|
||||||
statsd_port=8126
|
statsd_port=58100
|
||||||
|
|||||||
Reference in New Issue
Block a user