import_vault_root_ca/meta/main.yml
2023-05-22 20:23:57 +02:00

27 lines
559 B
YAML

---
# meta file for hashicorp_nomad
galaxy_info:
namespace: 'ednxzu'
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
galaxy_tags:
- 'ubuntu'
- 'debian'
- 'vault'
- 'openssl'
- 'store'
- 'certificate'
dependencies: []