diff options
author | heqnx <root@heqnx.com> | 2025-06-22 22:17:05 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-22 22:17:05 +0300 |
commit | 049669e1cbb4a900fd4ac5c5ce506218c51da507 (patch) | |
tree | fc48234a5bbdfa449512919d161c8f596d85c72e | |
parent | 2828083e861e215204013b908b985327fd77e0b1 (diff) | |
download | ansible-pve-host-049669e1cbb4a900fd4ac5c5ce506218c51da507.tar.gz ansible-pve-host-049669e1cbb4a900fd4ac5c5ce506218c51da507.zip |
fixed ufw before.rules
-rw-r--r-- | tasks/pve_configure.yaml | 1 |
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 |