📝 README.md
This commit is contained in:
parent
a7e8e41600
commit
4f687dcc6d
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue