This commit is contained in:
2026-03-20 00:04:46 +01:00
parent 3e39731465
commit 90786f2faf
13 changed files with 439 additions and 34 deletions

View File

@@ -1789,7 +1789,7 @@
- load_modules_ipv6.conf
- logging_ipv4.conf
- logging_ipv6.conf
- post_decalrations.conf
- post_declarations.conf
register: diff_output
- name: Ensure common configuration files are latest
@@ -1801,7 +1801,7 @@
- load_modules_ipv6.conf
- logging_ipv4.conf
- logging_ipv6.conf
- post_decalrations.conf
- post_declarations.conf
when:
- (git_firewall_repository is defined) and (git_firewall_repository|length > 0)
- diff_output.changed

View File

@@ -52,6 +52,17 @@
# Adjust/Correct some values..
# ===
- name: addjust line 'dynaddr_flag' (IPv4)
lineinfile:
path: /etc/ipt-firewall/main_ipv4.conf
regexp: '^dynaddr_flag='
line: 'dynaddr_flag="1"'
when:
- main_ipv4_exists.stat.exists
notify:
- Restart IPv4 Firewall
- name: addjust line 'munin_remote_ip' (IPv4)
lineinfile:
path: /etc/ipt-firewall/main_ipv4.conf