Provizanta / ansible-role-ca-trusted

Ansible role to install and setup CA tools related to trusted certificates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: Trusted CA

Build & Deploy

Add CA certificates to the system trusted certificates.

Requirements

None

Role Variables

These defaults are set in defaults/main.yml:

ca_trusted_certificates: []   # add these certificates to the trusted CA certificates

Dependencies

None

Example Playbook

In a minimalistic scenario no vars need to be supplied.

- hosts: servers
  roles:
    - role: ca-trusted
      vars:
        ca_trusted_certificates:
          - "/tmp/certs/GIAG2.crt"      # from ansible host machine

License

MIT

Author Information

Tibor Csóka

About

Ansible role to install and setup CA tools related to trusted certificates

License:MIT License