2020-12-04 13:08:14 +00:00
|
|
|
---
|
|
|
|
default_rsa_key_size: 1024
|
2021-01-22 20:39:53 +00:00
|
|
|
default_rsa_key_size_certifiates: >-
|
|
|
|
{{
|
|
|
|
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
|
|
|
|
}}
|