Skip to content

bdellegrazie/ansible-role-ca-certificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f3e60d · Nov 22, 2022

History

62 Commits
Jan 23, 2018
Jan 23, 2018
Dec 27, 2020
Dec 30, 2020
Nov 22, 2022
Jan 23, 2018
Dec 30, 2020
Dec 25, 2018
Dec 27, 2020
Jun 5, 2020
Dec 27, 2020
Dec 30, 2020
Dec 30, 2020
Jun 5, 2020
Jun 17, 2016
Dec 27, 2020
Dec 27, 2020
Mar 25, 2019

Repository files navigation

ca-certificates

This role manages ca-certificates on Debian / RedHat family OS, it uses the OS native certificate management tool to do this. The OS tools usually manage OpenJDK cacerts file too if the appropriate package is installed

Build Status

Role Variables

ca_certificates_handler: command to run if changed (differs depending upon OS)
ca_certificates_local_dir: the directory to copy CA Certificates to, set in vars
ca_certificates_trusted: List of name/pem certificate pairs to copy to ca_certificates_local_dir

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { ca_certificates }

License

GPLv3

Author Information

https://github.com/bdellegrazie/ansible-role-ca-certificates

Contributors

Thank you!

Sean O'Keeffe Add ability to fetch CA cert #4

Emii Khaos Fix update handler name to match the one defined in default vars #1