aboutsummaryrefslogtreecommitdiff
path: root/tasks/pve_configure.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-22 22:17:05 +0300
committerheqnx <root@heqnx.com>2025-06-22 22:17:05 +0300
commit049669e1cbb4a900fd4ac5c5ce506218c51da507 (patch)
treefc48234a5bbdfa449512919d161c8f596d85c72e /tasks/pve_configure.yaml
parent2828083e861e215204013b908b985327fd77e0b1 (diff)
downloadansible-pve-host-049669e1cbb4a900fd4ac5c5ce506218c51da507.tar.gz
ansible-pve-host-049669e1cbb4a900fd4ac5c5ce506218c51da507.zip
fixed ufw before.rules
Diffstat (limited to 'tasks/pve_configure.yaml')
-rw-r--r--tasks/pve_configure.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/pve_configure.yaml b/tasks/pve_configure.yaml
index 514faa4..0f769e8 100644
--- a/tasks/pve_configure.yaml
+++ b/tasks/pve_configure.yaml
@@ -30,6 +30,7 @@
path: /etc/ufw/before.rules
insertbefore: BOF
block: |
+ *nat
:POSTROUTING ACCEPT [0:0]
-A POSTROUTING -s {{ nat_subnet }} -o {{ public_interface }} -j MASQUERADE
COMMIT