From ffd25cdb04f6a40bc9b95afd507042717b2f7fc5 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 10 Jul 2025 10:36:10 +0300 Subject: Generate specific dhclient.conf to coerce the ISP to offer the same IP --- tasks/network.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tasks/network.yml') diff --git a/tasks/network.yml b/tasks/network.yml index 45f44e6..dbfa43c 100644 --- a/tasks/network.yml +++ b/tasks/network.yml @@ -142,3 +142,11 @@ name: do_dyndns state: restarted when: not do_dyndns_start.changed and (do_dyndns_sh.changed or do_dyndns_rc.changed) + +- name: Install gen_dhclient_conf.sh + template: + src: usr_local_bin_gen_dhclient_conf.sh.j2 + dest: /usr/local/bin/gen_dhclient_conf.sh + owner: root + group: wheel + mode: "0755" -- cgit v1.3