From 2be8eb1482ae5a81237db57a3cda150b85ba3181 Mon Sep 17 00:00:00 2001 From: HVSharma12 Date: Fri, 31 Jan 2025 20:22:12 +0530 Subject: [PATCH] Add vars for SLES_SAP --- vars/{SLES.yml => SLES_15.yml} | 2 +- vars/SLES_16.yml | 10 ++++++++++ vars/SLES_SAP_15.yml | 10 ++++++++++ vars/SLES_SAP_16.yml | 10 ++++++++++ 4 files changed, 31 insertions(+), 1 deletion(-) rename vars/{SLES.yml => SLES_15.yml} (74%) create mode 100644 vars/SLES_16.yml create mode 100644 vars/SLES_SAP_15.yml create mode 100644 vars/SLES_SAP_16.yml diff --git a/vars/SLES.yml b/vars/SLES_15.yml similarity index 74% rename from vars/SLES.yml rename to vars/SLES_15.yml index f5b678a..7108b11 100644 --- a/vars/SLES.yml +++ b/vars/SLES_15.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT --- -# Put internal variables here with SLES specific values. +# Put internal variables here with SLES_15 specific values. __certificate_default_directory: /etc/ssl diff --git a/vars/SLES_16.yml b/vars/SLES_16.yml new file mode 100644 index 0000000..7abf787 --- /dev/null +++ b/vars/SLES_16.yml @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: MIT +--- +# Put internal variables here with SLES_16 specific values. + +__certificate_default_directory: /etc/ssl + +__certificate_packages: + - python311-cryptography + - python311-dbus-python + - python311-pyasn1 diff --git a/vars/SLES_SAP_15.yml b/vars/SLES_SAP_15.yml new file mode 100644 index 0000000..fdec70b --- /dev/null +++ b/vars/SLES_SAP_15.yml @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: MIT +--- +# Put internal variables here with SLES_SAP_15 specific values. + +__certificate_default_directory: /etc/ssl + +__certificate_packages: + - python3-cryptography + - python3-dbus-python + - python3-pyasn1 diff --git a/vars/SLES_SAP_16.yml b/vars/SLES_SAP_16.yml new file mode 100644 index 0000000..edf5002 --- /dev/null +++ b/vars/SLES_SAP_16.yml @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: MIT +--- +# Put internal variables here with SLES_SAP_16 specific values. + +__certificate_default_directory: /etc/ssl + +__certificate_packages: + - python311-cryptography + - python311-dbus-python + - python311-pyasn1