update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-01-26 15:47:46 +01:00
parent 0be7d38716
commit 59034b2217
2 changed files with 14 additions and 55 deletions

View File

@ -1,64 +1,16 @@
# xoxys.cacerts
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.cacerts/status.svg)](https://drone.rknet.org/ansible/xoxys.cacerts)
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.cacerts?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.cacerts)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE)
Deploy custom ca certificates
## Table of content
You can find the full documentation at [galaxy.geekdocs.de](https://galaxy.geekdocs.de/system/cacerts/).
* [Default Variables](#default-variables)
* [cacerts_ca_certs](#cacerts_ca_certs)
* [cacerts_packages](#cacerts_packages)
* [cacerts_packages_extra](#cacerts_packages_extra)
* [Dependencies](#dependencies)
* [License](#license)
* [Author](#author)
### License
---
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Default Variables
### Maintainers and Contributors
### cacerts_ca_certs
#### Default value
```YAML
cacerts_ca_certs: []
```
#### Example usage
```YAML
- name: myCA.pem
path: files/tls/myCA.pem
```
### cacerts_packages
#### Default value
```YAML
cacerts_packages:
- ca-certificates
```
### cacerts_packages_extra
#### Default value
```YAML
cacerts_packages_extra: []
```
## Dependencies
None.
## License
MIT
## Author
[xoxys](https://gitea.rknet.org/xoxys)
[Robert Kaussow](https://gitea.rknet.org/xoxys)

View File

@ -3,6 +3,13 @@
galaxy_info:
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
author: xoxys <mail@geeklabor.de>
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.cacerts)
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.cacerts?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.cacerts)
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE)
#
# Deploy custom ca certificates.
# @end
description: Deploy custom ca certificates
license: MIT
min_ansible_version: 2.4