update..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user