From c1c01c12cf0d6412e62b245a3d9f89ffb9c035a7 Mon Sep 17 00:00:00 2001 From: ITQ Date: Wed, 6 Aug 2025 03:09:35 +0300 Subject: [PATCH] feat: added hosts file for nodes --- terraform/configs/hosts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 terraform/configs/hosts diff --git a/terraform/configs/hosts b/terraform/configs/hosts new file mode 100644 index 0000000..ae7c463 --- /dev/null +++ b/terraform/configs/hosts @@ -0,0 +1,7 @@ +10.6.6.1 _gateway + +10.6.6.10 control-plane +2001:db8:ca2:2::10 control-plane + +10.6.6.20 worker-1 +2001:db8:ca2:2::20 worker-1