From 871776b50d2a13d2003841ddffc2e0c4eb2d2892 Mon Sep 17 00:00:00 2001 From: David Coutadeur Date: Tue, 3 Dec 2024 13:40:48 +0100 Subject: [PATCH] add comment in the README about certificate deployment (#17) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aab6cce..b12696b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ You also have to fill the certificate in `playbook/certificates-vault.yml`. You ansible-vault edit playbook/certificates-vault.yml ``` +If you want the certificates to be deployed by ansible, you can enable it by adding this variable in your playbook: + +``` +ldaptoolbox_openldap_deploy_certificates: true +``` + Give a look at `playbook/group_vars/prod.yml`, `playbook/host_vars/master1.yml` and `playbook/host_vars/master2.yml` for variable customization You can also use `--extra-vars variable=value` at the command line for overloading any variable.