summaryrefslogtreecommitdiff
path: root/roles/sapp/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sapp/tasks/main.yml')
-rw-r--r--roles/sapp/tasks/main.yml27
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: