2022-07-21 05:27:26 +00:00
|
|
|
# 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
|
|
|
|
|
2022-05-03 17:22:55 +00:00
|
|
|
cryptsetup [platform:dpkg]
|
|
|
|
cryptsetup [platform:rpm]
|
|
|
|
openssh-client [platform:dpkg]
|
|
|
|
openssh-clients [platform:rpm]
|
|
|
|
openssl [platform:dpkg]
|
|
|
|
openssl [platform:rpm]
|
|
|
|
python3-cryptography [platform:dpkg]
|
|
|
|
python3-cryptography [platform:rpm]
|
|
|
|
python3-openssl [platform:dpkg]
|
2023-02-22 22:16:26 +00:00
|
|
|
# On RHEL 9+ and CentOS Stream 9+, python3-pyOpenSSL is part of EPEL
|
|
|
|
python3-pyOpenSSL [platform:rpm !platform:rhel !platform:centos]
|
|
|
|
python3-pyOpenSSL [platform:rhel-6 platform:centos-6 platform:rhel-7 platform:centos-7 platform:rhel-8 platform:centos-8]
|
|
|
|
python3-pyOpenSSL [platform:rhel platform:centos !platform:rhel-6 !platform:centos-6 !platform:rhel-7 !platform:centos-7 !platform:rhel-8 !platform:centos-8 epel]
|