Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:25 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:22:32 +00:00
parent e7340e9576
commit 068005d8ab
1 changed files with 26 additions and 24 deletions

View File

@ -7,29 +7,29 @@ type: docs
Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
* [Default Variables](#default-variables)
* [certbot_bin](#certbot_bin)
* [certbot_command_arguments](#certbot_command_arguments)
* [certbot_config_dir](#certbot_config_dir)
* [certbot_credentials](#certbot_credentials)
* [certbot_cron_enabled](#certbot_cron_enabled)
* [certbot_cron_file](#certbot_cron_file)
* [certbot_cron_hour](#certbot_cron_hour)
* [certbot_cron_minute](#certbot_cron_minute)
* [certbot_domain_groups](#certbot_domain_groups)
* [certbot_email](#certbot_email)
* [certbot_log_dir](#certbot_log_dir)
* [certbot_max_log_backups](#certbot_max_log_backups)
* [certbot_packages_extra](#certbot_packages_extra)
* [certbot_preferred_challenges](#certbot_preferred_challenges)
* [certbot_rsa_key_size](#certbot_rsa_key_size)
* [certbot_server](#certbot_server)
* [certbot_user](#certbot_user)
* [certbot_version](#certbot_version)
* [certbot_virtualenv](#certbot_virtualenv)
* [certbot_virtualenv_command](#certbot_virtualenv_command)
* [certbot_work_dir](#certbot_work_dir)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [certbot_bin](#certbot_bin)
- [certbot_command_arguments](#certbot_command_arguments)
- [certbot_config_dir](#certbot_config_dir)
- [certbot_credentials](#certbot_credentials)
- [certbot_cron_enabled](#certbot_cron_enabled)
- [certbot_cron_file](#certbot_cron_file)
- [certbot_cron_hour](#certbot_cron_hour)
- [certbot_cron_minute](#certbot_cron_minute)
- [certbot_domain_groups](#certbot_domain_groups)
- [certbot_email](#certbot_email)
- [certbot_log_dir](#certbot_log_dir)
- [certbot_max_log_backups](#certbot_max_log_backups)
- [certbot_packages_extra](#certbot_packages_extra)
- [certbot_preferred_challenges](#certbot_preferred_challenges)
- [certbot_rsa_key_size](#certbot_rsa_key_size)
- [certbot_server](#certbot_server)
- [certbot_user](#certbot_user)
- [certbot_version](#certbot_version)
- [certbot_virtualenv](#certbot_virtualenv)
- [certbot_virtualenv_command](#certbot_virtualenv_command)
- [certbot_work_dir](#certbot_work_dir)
- [Dependencies](#dependencies)
---
@ -221,6 +221,8 @@ certbot_virtualenv_command: /usr/bin/python3 -m venv
certbot_work_dir: /var/lib/letsencrypt
```
## Dependencies
None.