From 0aa00c770d83849e06ef338bbbc23c1db274dd1c Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 17:38:33 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/templates/ippool.j2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/templates/ippool.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ansible/templates/ippool.j2 diff --git a/ansible/templates/ippool.j2 b/ansible/templates/ippool.j2 new file mode 100644 index 0000000..7af194f --- /dev/null +++ b/ansible/templates/ippool.j2 @@ -0,0 +1,14 @@ +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: main-pool + namespace: metallb-system +spec: + addresses: + - {{ metallb_ip_range }} +--- +apiVersion: metallb.io/v1beta1 +kind: L2Advertisement +metadata: + name: l2-adv + namespace: metallb-system \ No newline at end of file