diff options
| author | fumingwei <[email protected]> | 2021-02-04 17:41:33 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2021-02-04 17:41:33 +0800 |
| commit | a5610fa082f125cc1d401b6984dc5bd7b28dd06c (patch) | |
| tree | 86be78f3e33d1e58369be70b32fb29540e5bc29e /roles/sapp/tasks/main.yml | |
| parent | 6478678b4550d8d7e5c34d6821fc5859d88f5702 (diff) | |
1、删除tsg_access_type 变量
2、新增proxy_topo_type,capture_pacakge_type,traffic_addr_type,network_topo_type,traffic_load_type,runtime_env_type
3、删除关于adc,atca的mrzcpd,sapp相关配置文件
Diffstat (limited to 'roles/sapp/tasks/main.yml')
| -rw-r--r-- | roles/sapp/tasks/main.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/roles/sapp/tasks/main.yml b/roles/sapp/tasks/main.yml index 3b7dd38..ac15ac3 100644 --- a/roles/sapp/tasks/main.yml +++ b/roles/sapp/tasks/main.yml @@ -58,19 +58,6 @@ dest: /etc/tmpfiles.d/sapp_tmpfile.conf tags: template -- name: Template the gdev.conf - template: - src: "{{ role_path }}/templates/gdev.conf.j2" - dest: /home/mesasoft/sapp_run/etc/gdev.conf - when: tsg_access_type == 1 - -- name: Template the vlan_flipping_map.conf - template: - src: "{{ role_path }}/templates/vlan_flipping_map.conf.j2" - dest: /home/mesasoft/sapp_run/etc/vlan_flipping_map.conf - when: tsg_access_type == 2 - - - name: "Template sapp.service destination server" template: src: "{{ role_path }}/templates/sapp.service.j2" @@ -82,20 +69,6 @@ src: "{{ role_path }}/files/memory.conf" dest: /etc/systemd/system/sapp.service.d/ mode: 0644 - -- name: "copy fake promisc tools for tera mode - service file" - copy: - src: "{{ role_path }}/files/tera_fake_promisc_setup.conf" - dest: /etc/systemd/system/sapp.service.d/ - mode: 0644 - when: tsg_access_type == 2 - -- name: "copy fake promisc tools for tera mode - scripts" - copy: - src: "{{ role_path }}/files/tera_fake_promisc_setup.sh" - dest: /home/mesasoft/sapp_run/tera_fake_promisc_setup.sh - mode: 0755 - when: tsg_access_type == 2 - name: "enable sapp" systemd: |
