From 8189cf7319f983fe649eac52478e354e34fbe110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Zubillaga?= Date: Mon, 5 Dec 2022 13:18:07 +0100 Subject: [PATCH] Add centos support --- vars/centos.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vars/centos.yml diff --git a/vars/centos.yml b/vars/centos.yml new file mode 100644 index 0000000..548a29d --- /dev/null +++ b/vars/centos.yml @@ -0,0 +1,14 @@ +--- +# packages (versions) +openssl_packages: + - openssl + - pyOpenSSL + - ca-certificates +# pip executable +openssl_pip_executable: /usr/bin/pip +# Path to install certificate +openssl_cacert_certificates_path: '/etc/pki/ca-trust/source/anchors/' +# Command used to update certificates +openssl_cacert_update_certs_command: 'update-ca-trust' +# Certificate pem path +openssl_cacert_created_cert_path: '/etc/pki/ca-trust/extracted/'