From e68d8a38418deb88a8e8a081c4e8bafd998dec68 Mon Sep 17 00:00:00 2001 From: mrwho Date: Fri, 26 Jun 2026 12:24:07 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20inventory/prod/hosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory/prod/hosts.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml index 639be46..6837b16 100644 --- a/inventory/prod/hosts.yml +++ b/inventory/prod/hosts.yml @@ -17,6 +17,17 @@ all: ansible_host: 172.20.21.200 kube-node01: ansible_host: 172.20.21.201 + rke-master01: + ansible_host: rke-master01.local.mrwho.ru + rke-node01: + ansible_host: rke-node01.local.mrwho.ru + ca: + ansible_host: ca.local.mrwho.ru + router: + ansible_host: router.local.mrwho.ru + git: + ansible_host: git.local.mrwho.ru + # rocky9-template: # ansible_host: 172.20.21.106 \ No newline at end of file