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