import_vault_root_ca/meta/main.yml

28 lines
582 B
YAML
Raw Normal View History

2023-05-21 18:12:26 +00:00
---
# meta file for hashicorp_nomad
galaxy_info:
2024-02-05 21:57:10 +00:00
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"
2023-05-21 18:12:26 +00:00
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- name: Debian
versions:
- bullseye
- bookworm
2023-05-21 18:12:26 +00:00
galaxy_tags:
2024-02-05 21:57:10 +00:00
- "ubuntu"
- "debian"
- "vault"
- "openssl"
- "store"
- "certificate"
2023-05-21 18:12:26 +00:00
dependencies: []