This commit is contained in:
parent
0be7d38716
commit
59034b2217
62
README.md
62
README.md
@ -1,64 +1,16 @@
|
|||||||
# xoxys.cacerts
|
# 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
|
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)
|
### License
|
||||||
* [cacerts_ca_certs](#cacerts_ca_certs)
|
|
||||||
* [cacerts_packages](#cacerts_packages)
|
|
||||||
* [cacerts_packages_extra](#cacerts_packages_extra)
|
|
||||||
* [Dependencies](#dependencies)
|
|
||||||
* [License](#license)
|
|
||||||
* [Author](#author)
|
|
||||||
|
|
||||||
---
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
|
||||||
## Default Variables
|
### Maintainers and Contributors
|
||||||
|
|
||||||
### cacerts_ca_certs
|
[Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||||||
|
|
||||||
#### 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)
|
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
|
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
|
||||||
author: xoxys <mail@geeklabor.de>
|
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
|
description: Deploy custom ca certificates
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user