summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/tasks/sshtun.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/static_inventory/tasks/sshtun.yml')
-rw-r--r--roles/static_inventory/tasks/sshtun.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/roles/static_inventory/tasks/sshtun.yml b/roles/static_inventory/tasks/sshtun.yml
deleted file mode 100644
index b0e4c832c..000000000
--- a/roles/static_inventory/tasks/sshtun.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-- name: Create ssh tunnel systemd service
- template:
- src: ssh-tunnel.service.j2
- dest: /etc/systemd/system/ssh-tunnel.service
- mode: 0644
-
-- name: reload the systemctl daemon after file update
- command: systemctl daemon-reload
-
-- name: Enable ssh tunnel service
- service:
- name: ssh-tunnel
- enabled: true
- state: restarted