Manage Certificate Authorities on Linux
Ubuntu >= 18.04 CentOS >= 7
ca_certs_dest: /usr/local/share/ca-certificatesca_certs_user: rootca_certs_groupca_certs_update: /usr/sbin/update-ca-certificatesca_certsca_certs_update_certifi: noca_certs_python_executablesca_certs_pip_packagesca_certs_pip_executablesca_certs_certifi_location_command- hosts: localhost
roles:
- ca-certs
vars:
ca_certs_certifi_location_command: import requests; print(requests.certs.where())
ca_certs:
- /ad/cert1.pem
- /asd/asd/asd7/cert2.pemGPL-3.0
AIT