Skip to content

Ansible role to manage ca-certificates in Debian-like systems

License

Notifications You must be signed in to change notification settings

Oefenweb/ansible-ca-certificates

Repository files navigation

ca-certificates

CI Ansible Galaxy

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

---
- 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!