--- # Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later default_rsa_key_size: 1024 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 }}