https://github.com/rolehippie/certify
Ansible role to upload certificates to specific paths
https://github.com/rolehippie/certify
ansible ansible-role hacktoberfest role
Last synced: 6 months ago
JSON representation
Ansible role to upload certificates to specific paths
- Host: GitHub
- URL: https://github.com/rolehippie/certify
- Owner: rolehippie
- License: apache-2.0
- Created: 2022-01-18T07:57:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T09:11:17.000Z (6 months ago)
- Last Synced: 2026-01-12T18:05:43.823Z (6 months ago)
- Topics: ansible, ansible-role, hacktoberfest, role
- Language: Nix
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# certify
[](https://github.com/rolehippie/certify)
[](https://github.com/rolehippie/certify/actions/workflows/general.yml)
[](https://github.com/rolehippie/certify/actions/workflows/docs.yml)
[](https://github.com/rolehippie/certify/actions/workflows/galaxy.yml)
[](https://github.com/rolehippie/certify/blob/master/LICENSE)
[](https://galaxy.ansible.com/rolehippie/certify)
Ansible role to upload certificates to specific paths.
## Sponsor
Building and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.
## Table of contents
- [Requirements](#requirements)
- [Default Variables](#default-variables)
- [certify_default_certs](#certify_default_certs)
- [certify_extra_certs](#certify_extra_certs)
- [certify_reload_services](#certify_reload_services)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)
---
## Requirements
- Minimum Ansible version: `2.10`
## Default Variables
### certify_default_certs
List of default certificates to write to server
#### Default value
```YAML
certify_default_certs: []
```
### certify_extra_certs
List of extra certificates to write to server
#### Default value
```YAML
certify_extra_certs: []
```
### certify_reload_services
List of services to reload after cert change
#### Default value
```YAML
certify_reload_services: []
```
## Discovered Tags
**_certify_**
## Dependencies
- None
## License
Apache-2.0
## Author
[Thomas Boerger](https://github.com/tboerger)