From a50b56f86194c6d01566f280e86bae8cbd1898d8 Mon Sep 17 00:00:00 2001
From: Vladimir Still <git@vstill.eu>
Date: Wed, 16 Nov 2022 09:45:24 +0100
Subject: [PATCH] Update hosts

---
 ansible/hosts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ansible/hosts b/ansible/hosts
index 9c474a5..208b75e 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -25,6 +25,7 @@ postfix=true
 eval-pv264.fi.muni.cz
 eval-haskell.fi.muni.cz
 hesperia.fi.muni.cz
+hypsipyla.fi.muni.cz
 
 [eval:vars]
 admin_email=still+admin-eval@fi.muni.cz
@@ -37,6 +38,7 @@ t14.p.vstill.cz
 gate.vstill.cz
 # ansible_host=192.168.5.1
 io.p.vstill.cz
+bk2.v.vstill.cz ansible_host=192.168.6.14 ansible_ssh_extra_args=-oProxyJump=xstill@gate.vstill.cz
 
 [all:vars]
 admin_name=VladimĂ­r Ĺ till
-- 
GitLab