From 159a1d042ddbb35f8b80f06a05124f7e18b000c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Fri, 14 Jun 2024 09:25:45 +0000
Subject: [PATCH] New deployment of staging

---
 staging/inventory/1-psnc.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/staging/inventory/1-psnc.yaml b/staging/inventory/1-psnc.yaml
index 708ff6c..250d554 100644
--- a/staging/inventory/1-psnc.yaml
+++ b/staging/inventory/1-psnc.yaml
@@ -5,21 +5,21 @@ fip:
 
 master:
   hosts:
-    192.168.3.27:
+    192.168.0.75:
       # must be IPv4 address or hostname
-      kube_server: 192.168.3.27
+      kube_server: 192.168.0.75
 
 ingress:
   hosts:
-    192.168.1.221:
+    192.168.0.34:
 
 nfs:
   hosts:
-    192.168.0.64:
+    192.168.0.143:
 
 worker:
   hosts:
-    192.168.1.24:
+    192.168.0.151:
 
 gpu:
   hosts:
@@ -27,5 +27,5 @@ gpu:
 # using public IP of kube_server for ansible delegate_to
 kube_server:
   hosts:
-    192.168.3.27:
-      ansible_host: 192.168.3.27
+    192.168.0.75:
+      ansible_host: 192.168.0.75
-- 
GitLab