import_vault_root_ca/README.md

40 lines
868 B
Markdown
Raw Normal View History

2023-05-21 18:12:26 +00:00
Import Vault root CA
=========
> This repository is only a mirror. Development and testing is done on a private gitlab server.
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
This role imports root CA certificates from Vault to the trust store on **debian-based** distributions.
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
Requirements
------------
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
None.
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
Role Variables
--------------
Available variables are listed below, along with default values. A sample file for the default values is available in `default/hashicorp_nomad.yml.sample` in case you need it for any `group_vars` or `host_vars` configuration.
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
Dependencies
------------
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
None.
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
Example Playbook
----------------
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
```yaml
# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
roles:
- ednxzu.import_vault_root_ca
2023-05-21 18:01:00 +00:00
```
2023-05-21 18:12:26 +00:00
License
-------
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
MIT / BSD
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
Author Information
------------------
2023-05-21 18:01:00 +00:00
2023-05-21 18:12:26 +00:00
This role was created by Bertrand Lanson in 2023.