import_vault_root_ca/meta/main.yml
Bertrand Lanson ff1de6ded2
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 41s
test / Molecule tests (default, ubuntu2004) (push) Successful in 40s
test / Molecule tests (default, ubuntu2204) (push) Successful in 50s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 39s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 38s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 45s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s
feat(core): change namespace
2024-02-05 22:57:10 +01:00

28 lines
582 B
YAML

---
# meta file for hashicorp_nomad
galaxy_info:
namespace: "ednz_cloud"
role_name: "import_vault_root_ca"
author: "Bertrand Lanson"
description: "Imports root CA certificates from Vault to the trust store on 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"
- "vault"
- "openssl"
- "store"
- "certificate"
dependencies: []