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/'