From 1106e817e93a07a328d80c0e047cc8ccc2d510fa Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Mon, 17 Jun 2024 14:33:39 +0100
Subject: [PATCH] add show system information

as this will cover most of interesting info
---
 geant/gap_ansible/roles/base_config_checks/vars/main.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/geant/gap_ansible/roles/base_config_checks/vars/main.yml b/geant/gap_ansible/roles/base_config_checks/vars/main.yml
index 44335efb..fcb3e045 100644
--- a/geant/gap_ansible/roles/base_config_checks/vars/main.yml
+++ b/geant/gap_ansible/roles/base_config_checks/vars/main.yml
@@ -3,12 +3,8 @@
 wfo_router: "{{ wfo_router_json }}"
 
 commands:
-  - command: admin show configuration /configure system name
-    description: "Shows configured system name"
-  - command: admin show configuration /configure system location
-    description: "Shows configured system location"
-  - command: show version
-    description: "Shows the version of SROS"
+  - command: show system information
+    description: "Shows system information"
   - command: show system alarms
     description: "Shows active system alarms"
   - command: show chassis detail
-- 
GitLab