From ab23542e1085e494cd1e3c474eea55c239de2be5 Mon Sep 17 00:00:00 2001 From: "a.kazantsev" Date: Fri, 10 Jul 2026 20:51:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B0=D1=81=D0=BA=D0=B0=D1=80=D0=B0?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/mrwho/vm03-nginx.yml | 6 ++++++ playbooks/vm-balancer.yml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/playbooks/mrwho/vm03-nginx.yml b/playbooks/mrwho/vm03-nginx.yml index 40bca8f..0c04813 100644 --- a/playbooks/mrwho/vm03-nginx.yml +++ b/playbooks/mrwho/vm03-nginx.yml @@ -89,6 +89,7 @@ - ssh - ntp - dns + - bgp - http - https source: @@ -112,6 +113,7 @@ - ssh - ntp - dns + - bgp - http - https @@ -124,6 +126,10 @@ - mdns - samba-client + - zone: public + masquerade: true + state: enabled + permanent: true # - set_default_zone: internal # state: enabled # permanent: true diff --git a/playbooks/vm-balancer.yml b/playbooks/vm-balancer.yml index 94d6977..a7047c6 100644 --- a/playbooks/vm-balancer.yml +++ b/playbooks/vm-balancer.yml @@ -165,6 +165,11 @@ state: enabled permanent: true + - zone: public + masquerade: true + state: enabled + permanent: true + ###### chrony-client ###### chrony_disable_ntpd: true chrony_enable: true