Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.11 KB

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!