Skip to content
Snippets Groups Projects
Commit 0127cf5f authored by void's avatar void
Browse files

ping um den tunnel offen zu halten

parent 779ae11d
No related branches found
No related tags found
No related merge requests found
......@@ -57,3 +57,10 @@
ansible.builtin.systemd:
name: "wg-quick@wg0"
state: started
- name: "Cron Job to hold tunnel open"
ansible.builtin.cron:
name: "wireguard-keepalive"
minute: "*/5"
job: "ping -c 1 -q 10.43.1.1 > /dev/null"
when: inventory_hostname == 'carrot'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment