import_vault_root_ca/meta/main.yml

27 lines
559 B
YAML
Raw Normal View History

2023-05-21 18:12:26 +00:00
---
# meta file for hashicorp_nomad
galaxy_info:
namespace: 'ednxzu'
2023-05-22 18:23:57 +00:00
role_name: 'import_vault_root_ca'
2023-05-21 18:12:26 +00:00
author: 'Bertrand Lanson'
2023-05-22 18:23:57 +00:00
description: 'Imports root CA certificates from Vault to the trust store on debian-based distros.'
2023-05-21 18:12:26 +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'
2023-05-22 18:23:57 +00:00
- 'vault'
- 'openssl'
- 'store'
- 'certificate'
2023-05-21 18:12:26 +00:00
dependencies: []