ca_trusted
Ansible role: Trusted CA
Add CA certificates to the system trusted certificates.
Requirements
None
Role Variables
These defaults are set in defaults/main.yml:
ca_trusted_certificates: [] # add these certificates to the trusted CA certificates
Dependencies
None
Example Playbook
In a minimalistic scenario no vars need to be supplied.
- hosts: servers
roles:
- role: ca-trusted
vars:
ca_trusted_certificates:
- "/tmp/certs/GIAG2.crt" # from ansible host machine
License
MIT
Author Information
Tibor Csóka
Install
ansible-galaxy install Provizanta/ansible-role-ca-trusted
License
mit
Downloads
19
Owner