diff options
| author | lijia <[email protected]> | 2020-05-18 16:23:02 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2020-05-18 16:23:02 +0800 |
| commit | d61feffff326ff899f780f547e06d03abe5e3102 (patch) | |
| tree | ba39704376d00ec59419835de04075a7a013b07b /cec6_env | |
| parent | fd060fc98e6e963651b208966dcbbd0a1efdecd9 (diff) | |
2020-05-18, CEC6全功能联调测试版本.v1.0.2
Diffstat (limited to 'cec6_env')
| -rw-r--r-- | cec6_env/group_vars/all.yml | 27 | ||||
| -rw-r--r-- | cec6_env/hosts.xxg | 9 |
2 files changed, 36 insertions, 0 deletions
diff --git a/cec6_env/group_vars/all.yml b/cec6_env/group_vars/all.yml new file mode 100644 index 0000000..cb463e8 --- /dev/null +++ b/cec6_env/group_vars/all.yml @@ -0,0 +1,27 @@ +houyi_global: + sapp: + install: false + packet_io: + inbound_route_dir: 1 + internal_device: "enp175s0f0" + external_device: "enp175s0f1" + packet_io_depolyment: + mode: "mirror" + + houyi: + redis_server_ip: "192.168.70.125" + redis_server_port: 7002 + redis_index: 0 + + rpm_files: + houyi_rpm_file: "houyi-1.2.0.647fcd4-1.el7.x86_64.rpm" + houyi_common_tools_rpm_file: "houyi-common-tools-1.0.0.ed74540-1.el7.x86_64.rpm" + houyi_plug_rpm_file: "houyi-plug-1.2.0.281c7ec-1.el7.x86_64.rpm" + net_flood_rpm_file: "net_flood-2.0.3.8d3d59b-1.el7.x86_64.rpm" + sapp_rpm_file: "sapp-4.0.8.c43dbc1-1.el7.x86_64.rpm" + wire_graft_rpm_file: "wire-graft-1.0.0.d757e02-1.el7.x86_64.rpm" + + kafka: + brokers: "192.168.70.128:9092" + interval: 30 + topic_name: "ACTIVE-DEFENCE-EVENT-LOG"
\ No newline at end of file diff --git a/cec6_env/hosts.xxg b/cec6_env/hosts.xxg new file mode 100644 index 0000000..f4b06af --- /dev/null +++ b/cec6_env/hosts.xxg @@ -0,0 +1,9 @@ +[all:vars] +ansible_user=root + +[sled-mcn0] +192.168.70.203 + +[tsg-all:children] +sled-mcn0 + |
