An Ansible Role that adds additional certificate authorities to RedHat/CentOS or Debian/Ubuntu.
None
None
---
- hosts: all
sudo: yes
roles:
- { role: jgeusebroek.ca_certs, tags: ["ca_certs"] }
# This expects a certificate in the files/ca-certs directory named ca-custom.crt
ca_certs_install:
[ 'ca-custom.crt' ]
# Location where the certificates can be found can be changed with:
ca_certs_default_cert_location: "{{ playbook_dir }}/files/ca-certs/"
MIT / BSD
By Jeroen Geusebroek 2016 - 2019.