Adjust ARI tests to new Pebble (#837)

* Adjust ARI tests to new Pebble.

* Fix key size for certificates to 2048 on all systems.
This commit is contained in:
Felix Fontein
2025-01-13 21:43:29 +01:00
committed by GitHub
parent 01e7bf1f33
commit ae35be3437
5 changed files with 134 additions and 101 deletions

View File

@@ -4,10 +4,4 @@
# SPDX-License-Identifier: GPL-3.0-or-later
default_rsa_key_size: 1024
default_rsa_key_size_certificates: >-
{{
2048 if
(ansible_os_family == "RedHat" and ansible_facts.distribution_major_version | int >= 8) or
(ansible_distribution == "Ubuntu" and ansible_facts.distribution_major_version | int >= 20)
else 1024
}}
default_rsa_key_size_certificates: 2048