This commit is contained in:
zhangzhihan
2020-09-24 15:36:49 +08:00
parent e522e090b5
commit 4177c779ef
24 changed files with 24 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
yum:
name:
- /tmp/ansible_deploy/emqx-centos7-v4.1.2.x86_64.rpm
- /tmp/ansible_deploy/app-sketch-global-1.0.2.20200907.81a5ea4-1.el7.x86_64.rpm
- /tmp/ansible_deploy/app-sketch-global-1.0.2.20200918.c702d02-1.el7.x86_64.rpm
state: present
- name: "template the app_sketch_global.conf"

View File

@@ -12,7 +12,6 @@
vars:
fw_packages:
- /tmp/ansible_deploy/capture_packet_plug-3.0.2.09f193c-2.el7.x86_64.rpm
- /tmp/ansible_deploy/clotho-debug-1.0.0.-1.el7.x86_64.rpm
- /tmp/ansible_deploy/dns-2.0.8.beb1d09-2.el7.x86_64.rpm
- /tmp/ansible_deploy/ftp-1.0.6.2710506-2.el7.x86_64.rpm
- /tmp/ansible_deploy/fw_dns_plug-3.0.1.453c533-2.el7.x86_64.rpm

View File

@@ -12,7 +12,7 @@
packages:
- /tmp/ansible_deploy/libMESA_field_stat-1.0.1.852c2df-1.el7.x86_64.rpm
- /tmp/ansible_deploy/libMESA_field_stat2-2.9.1.d80b5fb-2.el7.x86_64.rpm
- /tmp/ansible_deploy/libMESA_handle_logger-1.0.9.304259e-2.el7.x86_64.rpm
- /tmp/ansible_deploy/libMESA_handle_logger-2.0.4.1502550-2.el7.x86_64.rpm
- /tmp/ansible_deploy/libMESA_htable-3.10.11.6275308-1.el7.x86_64.rpm
- /tmp/ansible_deploy/libMESA_prof_load-1.0.5.bf755de-1.el7.x86_64.rpm
- /tmp/ansible_deploy/libWiredLB-2.0.3.c7d131b-1.el7.x86_64.rpm

View File

@@ -4,4 +4,17 @@ tcp_deduce_flow_stat struct
POLICY_PRIORITY struct
ESTABLISH_LATENCY long
MAIL_IDENTIFY int
TSG_MASTER_INTERNAL_LABEL struct
APP_ID_LABEL struct
BASIC_PROTO_LABEL struct
USER_DEFINED_ATTRIBUTE struct
SKETCH_TRANS_LAYER_CTX_LABEL struct
SKETCH_PROTO_CTX_LABEL struct
common_link_info_c2s struct
common_link_info_s2c struct
common_link_info struct
JA3_FINGERPRINT_LABEL struct
DKPT_PRO_V2 struct
DPKT_PROJECT_V2 struct
PPROJECT_PRO_V2 struct
DPKT_BHSTAT_PROJECT struct

View File

@@ -17,6 +17,12 @@
- /tmp/ansible_deploy/app_sketch_local-1.0.4.0edaf58-2.el7.x86_64.rpm
when: tsg_app_enable == 1
- name: "mkdir appconf"
file:
path: /home/mesasoft/sapp_run/appconf
state: directory
when: tsg_app_enable == 1
- name: "Template the appconf/main.conf"
template:
src: "{{ role_path }}/templates/main.conf.j2"

View File

@@ -21,7 +21,7 @@ libdocument: libdocumentanalyze-2.0.4.efdfc29-1.x86_64
libmaatframe: libmaatframe-3.0.7.34de556-1.x86_64
libMESA_field_stat: libMESA_field_stat-1.0.1.852c2df-1.x86_64
libMESA_field_stat2: libMESA_field_stat2-2.9.1.d80b5fb-1.x86_64
libMESA_handle_logger: libMESA_handle_logger-1.0.9.304259e-1.x86_64
libMESA_handle_logger: libMESA_handle_logger-2.0.4.1502550-1.x86_64
libMESA_htable: libMESA_htable-3.10.11.6275308-1.x86_64
libMESA_prof_load: libMESA_prof_load-1.0.5.bf755de-1.x86_64
librdkafka: librdkafka-0.11.4-1.el7.x86_64

View File

@@ -256,7 +256,6 @@
- "{{ fw_http }}"
- "{{ fw_ssl }}"
- "{{ fw_mail }}"
- "{{ tsg_conn_record }}"
state: absent
when: uninstall.firewall == 1
@@ -264,6 +263,7 @@
yum:
name:
- "{{ fw_quic }}"
- "{{ tsg_conn_record }}"
- "{{ tsg_conn_sketch }}"
state: absent
when: uninstall.firewall == 1