gcoop-libre.ca-certificates
CA Certificates
This guide explains how to add extra CA certificates to the trusted certificate list on RHEL/CentOS and Debian/Ubuntu systems.
Requirements
No special requirements.
Role Variables
Here is a list of variables you can use, along with their default values (found in defaults/main.yml
):
ca_certificates: []
This variable holds the list of certificates you want to add to the system.
Dependencies
There are no dependencies.
Example Playbook
Here’s how you can use this in a playbook:
- hosts: servers
vars_files:
- vars/main.yml
roles:
- gcoop-libre.ca-certificates
In the vars/main.yml
file:
ca_certificates:
- custom-ca.crt
License
This role is licensed under GPLv2.
Author Information
This role was created in 2016 by gcoop Cooperativa de Software Libre.
Informazioni sul progetto
Additional CA certificates for RHEL/CentOS, Debian/Ubuntu systems
Installa
ansible-galaxy install gcoop-libre.ca-certificates
Licenza
gpl-2.0
Download
1.2k
Proprietario