mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user