Skip to content

An Ansible Playbook to install Certificate Authority into RedHat flavored and Debian flavored systems

License

Notifications You must be signed in to change notification settings

Kori-San/ansible-install_ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install Certificate Authority

'install_ca.yaml' is a playbook that install all given certificates in the 'files/ca' folder.

Usage

  1. Put all the CAs you ant to install in 'files/ca'.

    Note that the placeholder file will never be copied.

  2. Since it's not a role but a "simple" playbook you can execute it by using the ansible bin.

    ansible-playbook -i 'inventory_file' 'install_ca.yaml' -Kk

    Note that '-K' is MANDATORY since the playbook uses 'become'.

About

An Ansible Playbook to install Certificate Authority into RedHat flavored and Debian flavored systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published