aboutsummaryrefslogtreecommitdiffstats
path: root/roles/wireguard/tasks/cron.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/wireguard/tasks/cron.yml')
-rw-r--r--roles/wireguard/tasks/cron.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/wireguard/tasks/cron.yml b/roles/wireguard/tasks/cron.yml
deleted file mode 100644
index 3d723e5..0000000
--- a/roles/wireguard/tasks/cron.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-
-- name: add cronjob for keepalive
- ansible.builtin.cron:
- name: keepalive network traffic to domain controller
- user: root
- job: "! ping -c 1 -w 1 {{ hostvars[wireguard__domain_controller].__ip.external }} && wg-quick down {{ wireguard__interface_name }} && wg-quick up {{ wireguard__interface_name }}"
remember that computers suck.