aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-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