Bläddra i källkod

Update main.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 år sedan
förälder
incheckning
7bec4ecd2a
1 ändrade filer med 6 tillägg och 2 borttagningar
  1. 6 2
      roles/login_common/vars/main.yml

+ 6 - 2
roles/login_common/vars/main.yml

@@ -1,4 +1,4 @@
-#  Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
+#  Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -13,6 +13,9 @@
 #  limitations under the License.
 ---
 
+# Usage: main.yml
+login_node_group: login_node
+
 # Usage: set_fqdn.yml
 etc_hosts_file_dest: /etc/hosts
 file_mode: '0644'
@@ -34,4 +37,5 @@ ntp_port1: "123/udp"
 # Usage: enable_dnf_module.yml
 os_centos: 'centos'
 os_rocky: 'rocky'
-os_version: '8.0'
+os_leap: 'leap'
+os_version: '8.0'