2023-04-27 22:04:26 +00:00
|
|
|
---
|
|
|
|
# meta file for renew_consul_certificates
|
|
|
|
galaxy_info:
|
|
|
|
namespace: 'ednxzu'
|
|
|
|
role_name: 'renew_consul_certificates'
|
|
|
|
author: 'Bertrand Lanson'
|
|
|
|
description: 'Install and configure consul-template to renew consul TLS certificates for debian-based distros.'
|
|
|
|
license: 'license (BSD, MIT)'
|
|
|
|
min_ansible_version: '2.10'
|
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- focal
|
|
|
|
- jammy
|
|
|
|
- name: Debian
|
|
|
|
versions:
|
|
|
|
- bullseye
|
2023-07-23 16:50:40 +00:00
|
|
|
- bookworm
|
2023-04-27 22:04:26 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- 'ubuntu'
|
|
|
|
- 'debian'
|
|
|
|
- 'hashicorp'
|
|
|
|
- 'consul'
|
|
|
|
|
|
|
|
dependencies: []
|