Skip to content

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

License

Notifications You must be signed in to change notification settings

Provizanta/ansible-role-ca-trusted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published