aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/network.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-06 00:06:54 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-06 00:06:54 +0300
commitae9be6373428471dd4c95f64741b990638c272c0 (patch)
tree66211764ac0d8c5484e119b7b3f23ad56ebc5ea4 /tasks/network.yml
parentffe2c8d0accb5c33c98408dfb1039d7387ddffd1 (diff)
Work on networking
Diffstat (limited to 'tasks/network.yml')
-rw-r--r--tasks/network.yml17
1 files changed, 0 insertions, 17 deletions
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