From a5b0c390e66a9a2e0103b2244584cd95b9ca2135 Mon Sep 17 00:00:00 2001
From: bmzsombi <bmzsombi@sch.bme.hu>
Date: Thu, 25 May 2023 15:28:42 +0200
Subject: [PATCH] router2 added

---
 inventory/hosts.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inventory/hosts.yaml b/inventory/hosts.yaml
index 376c4ab..79a6e45 100644
--- a/inventory/hosts.yaml
+++ b/inventory/hosts.yaml
@@ -1,7 +1,8 @@
 [routers]
 router1 int_ip=10.10.20.100
+router2 int_ip=10.10.20.101
 
 [routers:vars]
 ansible_become=yes
 ansible_become_method=enable
-ansible_network_os=cisco.ios.ios
\ No newline at end of file
+ansible_network_os=cisco.ios.ios
-- 
GitLab