Kori-San / ansible-install_ca

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License