Skip to content

Commit

Permalink
add comment in the README about certificate deployment (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Dec 3, 2024
1 parent 99aaf0d commit 871776b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 871776b

Please sign in to comment.