From ae9be6373428471dd4c95f64741b990638c272c0 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 6 Oct 2025 00:06:54 +0300 Subject: Work on networking --- tasks/network.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'tasks/network.yml') diff --git a/tasks/network.yml b/tasks/network.yml index 15c4494..bf22044 100644 --- a/tasks/network.yml +++ b/tasks/network.yml @@ -66,20 +66,3 @@ - name: Reload pf rules shell: pfctl -f /etc/pf.conf when: pf_conf.changed - -- name: Set up /usr/local/etc/do_dyndns_auth - template: - src: usr_local_etc_do_dyndns_auth.j2 - dest: /usr/local/etc/do_dyndns_auth - owner: root - group: wheel - mode: "0600" - -- name: Set up /usr/local/bin/do_dyndns.sh - template: - src: usr_local_bin_do_dyndns.sh.j2 - dest: /usr/local/bin/do_dyndns.sh - owner: root - group: wheel - mode: "0755" - register: do_dyndns_sh -- cgit v1.3