Bertrand Lanson
1cf9ceb759
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 1m2s
test / Molecule tests (default, debian12) (push) Successful in 1m12s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m19s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m10s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m5s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m6s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 1m16s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m16s
26 lines
575 B
YAML
26 lines
575 B
YAML
---
|
|
# meta file for renew_vault_certificates
|
|
galaxy_info:
|
|
namespace: "ednz_cloud"
|
|
role_name: "renew_vault_certificates"
|
|
author: "Bertrand Lanson"
|
|
description: "Install and configure consul-template to renew vault 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
|
|
- bookworm
|
|
galaxy_tags:
|
|
- "ubuntu"
|
|
- "debian"
|
|
- "hashicorp"
|
|
- "vault"
|
|
|
|
dependencies: []
|