Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/ca_certificates
Ansible role which installs ca-certificates and adds CommisSign certificates to the trusted CAs list - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/ca_certificates
ansible-role ca-certificates security
Last synced: about 2 months ago
JSON representation
Ansible role which installs ca-certificates and adds CommisSign certificates to the trusted CAs list - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/ca_certificates
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2023-11-21T09:11:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-12T15:02:41.000Z (7 months ago)
- Last Synced: 2024-11-06T04:40:01.370Z (3 months ago)
- Topics: ansible-role, ca-certificates, security
- Homepage: https://code.europa.eu/ecgalaxy/ca_certificates
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY ca_certificates role
========Ansible role which installs the ca-certificates package and adds certificates to the list of trusted CAs.
By default [CommisSign-2 CA certificates](https://commissign.pki.ec.europa.eu/index_en.htm)
are downloaded and added to the list.Requirements
------------The distribution-specific command to update CA certificates (see vars folder),
which should be available on most systems.Role Variables
--------------- `ca_certificates_download`: The list of certificates to add (default: CommisSign-2 certificates)
Dependencies
------------None.
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.ca_certificatesOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.ca_certificates
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
License
-------Copyright the European Union 2023.
Licensed under the EUPL-1.2 or later.
Author Information
------------------[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.