ansible role to install the cacert ca
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neingeist 91db48002c 🧹 remove dangling symlinks in /etc/ssl/certs 3 years ago
defaults add cacert_remove variable to *remove* cacert certs 3 years ago
files initial commit 9 years ago
handlers initial commit 9 years ago
tasks 🧹 remove dangling symlinks in /etc/ssl/certs 3 years ago
README.md 📝 README.md 5 years ago

README.md

ansible role to install the cacert ca

usage

e.g. in an ansible playbook:

- name: cacert
  hosts: all

  roles:
  - role: cacert