📝 README.md

This commit is contained in:
neingeist 2019-12-23 12:00:45 -05:00
parent a7e8e41600
commit 4f687dcc6d

12
README.md Normal file
View file

@ -0,0 +1,12 @@
ansible role to install the cacert ca
## usage
e.g. in an ansible playbook:
```yaml
- name: cacert
hosts: all
roles:
- role: cacert
```