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