From 5c45d27b16344e9a4fbea0502e9fd7ecda4cb5da Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Mon, 22 May 2023 22:22:11 +0200 Subject: [PATCH] added some details to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fac7ee2..bb2ecc1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,14 @@ None. 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. +Available variables are listed below, along with default values. A sample file for the default values is available in `default/import_vault_root_ca.yml.sample` in case you need it for any `group_vars` or `host_vars` configuration. + +```yaml +import_vault_root_ca_certificate_list: {} # by default, set to an empty dict + - url: + cert_name: +``` +This variable defines which CA certificate to install on the machine, it is only tested with CA from Hashicorp Vault pki engine, but should work with any CA that can be downloaded from a webserver. Dependencies ------------