https://github.com/oefenweb/ansible-ca-certificates
Ansible role to manage ca-certificates in Debian-like systems
https://github.com/oefenweb/ansible-ca-certificates
ansible ca-certificate certificate debian ssl ubuntu
Last synced: 5 months ago
JSON representation
Ansible role to manage ca-certificates in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-ca-certificates
- Owner: Oefenweb
- License: mit
- Created: 2016-04-19T08:52:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T15:06:16.000Z (6 months ago)
- Last Synced: 2024-11-07T15:47:27.256Z (6 months ago)
- Topics: ansible, ca-certificate, certificate, debian, ssl, ubuntu
- Language: Dockerfile
- Size: 86.9 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## ca-certificates
[](https://github.com/Oefenweb/ansible-ca-certificates/actions?query=workflow%3ACI)
[](https://galaxy.ansible.com/Oefenweb/ca_certificates)Manage ca-certificates in Debian-like systems.
#### Requirements
None
#### Variables
* `ca_certificates_certificate_map`: [default: `[]`]: Certificate declarations
* `ca_certificates_certificate_map.{n}.src`: [required]: The local path of the certificate
* `ca_certificates_certificate_map.{n}.dest`: [required]: The remote path of the certificate (relative to `/usr/share/ca-certificates`)## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.ca-certificates
vars:
ca_certificates_certificate_map:
- src: ca-oefenweb-nl.crt
dest: oefenweb/Oefenweb_nl-B_V.crt
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-ca-certificates/issues)!